Changeset 88
- Timestamp:
- Fri Sep 16 12:31:03 2005
- Files:
-
- trunk/doc/source/Manual.rst (added)
- trunk/doc/source/Makefile (modified) (diff)
- trunk/doc/source/Tutorial.rst (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
trunk/doc/source/Makefile
r80 r88 15 15 16 16 17 html: ../Tutorial.html 18 pdf: ../Tutorial.pdf 17 html: ../Manual.html 18 pdf: ../Manual.pdf 19 19 20 ../Tutorial.html: Tutorial.rst 21 tools/buildrecursive.py --local --strict --title='PyInstaller Tutorial' --outpath=.. 20 ../Manual.html: Manual.rst 21 tools/buildrecursive.py --local --strict --title='PyInstaller Manual' --outpath=.. 22 22 23 Tutorial.tex: Tutorial.rst 24 tools/rst2newlatex.py --stylesheet-path=stylesheets/latex.tex Tutorial.rst Tutorial.tex 23 Manual.tex: Manual.rst 24 tools/rst2newlatex.py --stylesheet-path=stylesheets/latex.tex Manual.rst Manual.tex 25 25 26 ../Tutorial.pdf: Tutorial.tex 27 cd .. ; pdflatex source/Tutorial.tex 26 ../Manual.pdf: Manual.tex 27 cd .. ; pdflatex source/Manual.tex 28 28 @echo "#############################################################################" 29 29 @echo "# Executing again to fix Table of Content... #" 30 30 @echo "#############################################################################" 31 cd .. ; pdflatex source/ Tutorial.tex31 cd .. ; pdflatex source/Manual.tex 31 31 32 32 clean:
