Classifier Python :: 2.4 to 2.7
[docutils.git] / sandbox / aafigure / makefile
blobcb0c8e7bc196fab70372ec8bb1d0b5577b966067
1 # this makefile is for my convenience beacuse my editor has a handy shortcut to
2 # run make
4 # aafigure must have been installed before running this makefile.
6 # clean up generated images, but only when the text file has been changed
8 README.html: README.txt *.py aafigure/*.py
9 rm -f aafigure-*.svg benford.svg
10 rst2html.py --traceback README.txt README.html