# # 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 #