[Epydoc-commits] SF.net SVN: epydoc: [1506] trunk/epydoc/Makefile
Brought to you by:
edloper
From: <ed...@us...> - 2007-02-14 17:00:38
|
Revision: 1506 http://svn.sourceforge.net/epydoc/?rev=1506&view=rev Author: edloper Date: 2007-02-14 09:00:36 -0800 (Wed, 14 Feb 2007) Log Message: ----------- - Added --include-log to several targets in the Makefile Modified Paths: -------------- trunk/epydoc/Makefile Modified: trunk/epydoc/Makefile =================================================================== --- trunk/epydoc/Makefile 2007-02-14 16:57:34 UTC (rev 1505) +++ trunk/epydoc/Makefile 2007-02-14 17:00:36 UTC (rev 1506) @@ -129,6 +129,7 @@ $(EPYDOC) -o $(HTML_API) --name epydoc --css white \ --url http://epydoc.sourceforge.net --pstat profile.out \ --inheritance=listed --navlink "epydoc $(VERSION)"\ + --include-log \ --docformat plaintext -v --graph all --debug $(PY_SRC) touch .api-html.up2date @@ -210,6 +211,7 @@ $(EPYDOC) -o profile.tmp --name epydoc --css white --debug \ --url http://epydoc.sourceforge.net --profile-epydoc \ --inheritance=listed --navlink "epydoc $(VERSION)"\ + --include-log \ --docformat plaintext -v --graph all $(PY_SRC) rm -rf profile.tmp hotshot.out @@ -236,7 +238,7 @@ @echo "Building stdlib html docs..." @$(EPYDOC) -o $(HTML_STDLIB) --css white --name $(SLNAME) \ --url $(SLURL) --debug --no-sourcecode --debug \ - --show-imports $(SLBUILTINS) $(SLFILES) + --include-log --show-imports $(SLBUILTINS) $(SLFILES) touch .stdlib-html.up2date # (this will typically cause latex to run out of resources) @@ -267,7 +269,7 @@ mkdir -p $(HTML)/docutils $(EPYDOC) -o $(HTML)/docutils -n 'Docutils' --html --debug \ --docformat plaintext --ignore-param-mismatch \ - /usr/lib/python2.3/site-packages/docutils + --include-log /usr/lib/python2.3/site-packages/docutils touch .docutils-html.up2date docutils-pdf: .docutils-pdf.up2date This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |