all:
ssuinstall:
ssu install -m 644 thesaurus.py thesauruscfg.py /usr/local/lib/python2.7/dist-packages/
ssu install -m 644 thesaurus.py thesauruscfg.py /usr/local/lib/python3.6/dist-packages/
ssu install -m 644 thesaurus.py thesauruscfg.py /usr/local/lib/python3.8/site-packages/
clean:
-rm *.pyc *.pyo
-rm -R __pycache__
html:
-rst2html5 README.rst README.html