Commit 0ef3527d authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

We should use Python 3 as Python 2 is deprecated

parent de91b30d
all: all:
tar xf docutils-0.14.tar.gz tar xf docutils-0.14.tar.gz
cd docutils-0.14 && ./setup.py install cd docutils-0.14 && python3 ./setup.py install
rm -rf docutils-0.14 rm -rf docutils-0.14
mv /usr/bin/rst2s5.py /usr/bin/rst2s5 mv /usr/bin/rst2s5.py /usr/bin/rst2s5
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment