Dave Cinege Git Repo thesaurus / master Makefile
master

Tree @master (Download .tar.gz)

Makefile @masterraw · history · blame

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