Files
pyinstaller/doc/Makefile
T
williamcaban 2f1f7f3306 (real) reST documentation - need more work
git-svn-id: http://svn.pyinstaller.org/trunk@33 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-09 00:08:10 +00:00

18 lines
164 B
Makefile

#
# Generate PyInstaller documentation
#
all: doc
doc:
tools/buildrecursive.py --local --title="PyInstaller Tutorial"
clean:
rm -f *.html
#
# END OF FILE
#