mirror of
https://github.com/kennethreitz-archive/pyinstaller.git
synced 2026-06-05 23:50:17 +00:00
c9690054b2
git-svn-id: http://svn.pyinstaller.org/trunk@53 8dd32b29-ccff-0310-8a9a-9233e24343b1
21 lines
213 B
Makefile
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
|
|
#
|