[Lxml-checkins] r54111 - lxml/trunk

scoder at codespeak.net scoder at codespeak.net
Thu Apr 24 22:04:50 CEST 2008


Author: scoder
Date: Thu Apr 24 22:04:47 2008
New Revision: 54111

Modified:
   lxml/trunk/   (props changed)
   lxml/trunk/Makefile
Log:
 r4062 at delle:  sbehnel | 2008-04-24 18:17:15 +0200
 epydoc gen fix


Modified: lxml/trunk/Makefile
==============================================================================
--- lxml/trunk/Makefile	(original)
+++ lxml/trunk/Makefile	Thu Apr 24 22:04:47 2008
@@ -47,6 +47,7 @@
 		&& (cd src && echo "Generating API docs ..." && \
 			PYTHONPATH=. epydoc -v --docformat "restructuredtext en" \
 			-o ../doc/html/api --no-private --exclude='[.]html[.]tests|[.]_' \
+			--exclude-introspect='[.]usedoctest' \
 			--name "lxml API" --url http://codespeak.net/lxml/ lxml/) \
 		|| (echo "not generating epydoc API documentation")
 
@@ -60,7 +61,7 @@
 		&& (cd src && echo "Generating API docs ..." && \
 			PYTHONPATH=. epydoc -v --latex --docformat "restructuredtext en" \
 			-o ../doc/pdf --no-private --exclude='([.]html)?[.]tests|[.]_' \
-			--exclude-introspect='html[.]clean' \
+			--exclude-introspect='html[.]clean|[.]usedoctest' \
 			--name "lxml API" --url http://codespeak.net/lxml/ lxml/) \
 		|| (echo "not generating epydoc API documentation")
 


More information about the lxml-checkins mailing list