Files
pyinstaller/doc/source/Makefile
T
giovannibajo c9690054b2 Reorganize directories of doc/
git-svn-id: http://svn.pyinstaller.org/trunk@53 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-14 12:37:02 +00:00

21 lines
213 B
Makefile

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