[Zope-CVS] CVS: Packages/zpkgtools/doc - Makefile:1.5

Fred L. Drake, Jr. fred at zope.com
Wed Apr 14 09:42:17 EDT 2004


Update of /cvs-repository/Packages/zpkgtools/doc
In directory cvs.zope.org:/tmp/cvs-serv9364

Modified Files:
	Makefile 
Log Message:
add a way to run the epydoc documentation completeness checks


=== Packages/zpkgtools/doc/Makefile 1.4 => 1.5 ===
--- Packages/zpkgtools/doc/Makefile:1.4	Tue Apr  6 11:13:23 2004
+++ Packages/zpkgtools/doc/Makefile	Wed Apr 14 09:42:16 2004
@@ -43,6 +43,9 @@
 apiref:
 	./mkapiref.sh
 
+apicheck:
+	cd .. && epydoc -n 'Zope Packaging Tools' \
+	    --docformat restructuredtext --check zpkgtools
 
 clean:
 	rm -f *.html




More information about the Zope-CVS mailing list