[Epydoc-commits] SF.net SVN: epydoc: [1779] trunk/epydoc/Makefile
Brought to you by:
edloper
From: <ed...@us...> - 2008-02-24 06:46:12
|
Revision: 1779 http://epydoc.svn.sourceforge.net/epydoc/?rev=1779&view=rev Author: edloper Date: 2008-02-23 22:46:10 -0800 (Sat, 23 Feb 2008) Log Message: ----------- - Added options to the latex command in the makefile Modified Paths: -------------- trunk/epydoc/Makefile Modified: trunk/epydoc/Makefile =================================================================== --- trunk/epydoc/Makefile 2008-02-24 06:41:25 UTC (rev 1778) +++ trunk/epydoc/Makefile 2008-02-24 06:46:10 UTC (rev 1779) @@ -157,6 +157,7 @@ rm -rf $(LATEX_API) mkdir -p $(LATEX_API) $(EPYDOC) --pdf -o $(LATEX_API) --docformat plaintext \ + --no-module-list --graph classtree --sty shaded \ --name "Epydoc $(VERSION)" $(PY_SRC) -v --debug touch .api-pdf.up2date This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |