[Epydoc-commits] SF.net SVN: epydoc: [1382] trunk/epydoc/Makefile
Brought to you by:
edloper
|
From: <ed...@us...> - 2006-09-10 22:43:55
|
Revision: 1382
http://svn.sourceforge.net/epydoc/?rev=1382&view=rev
Author: edloper
Date: 2006-09-10 15:43:51 -0700 (Sun, 10 Sep 2006)
Log Message:
-----------
- When building stdlib docs, don't include any graphs or source code --
the quota on sourceforge won't allow enough space for them. :(
Modified Paths:
--------------
trunk/epydoc/Makefile
Modified: trunk/epydoc/Makefile
===================================================================
--- trunk/epydoc/Makefile 2006-09-10 22:43:02 UTC (rev 1381)
+++ trunk/epydoc/Makefile 2006-09-10 22:43:51 UTC (rev 1382)
@@ -235,7 +235,7 @@
mkdir -p $(HTML_STDLIB)
@echo "Building stdlib html docs..."
@$(EPYDOC) -o $(HTML_STDLIB) --css white --name $(SLNAME) \
- --url $(SLURL) --debug --graph classtree --debug \
+ --url $(SLURL) --debug --no-sourcecode --debug \
--show-imports $(SLBUILTINS) $(SLFILES)
touch .stdlib-html.up2date
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|