doc/book/en/makefile
changeset 6486 2b3fa6fb647b
parent 5470 fb004819cab4
child 6528 6c6859a67673
--- a/doc/book/en/makefile	Thu Oct 14 00:01:04 2010 +0200
+++ b/doc/book/en/makefile	Thu Oct 14 00:10:07 2010 +0200
@@ -28,7 +28,6 @@
 help:
 	@echo "Please use \`make <target>' where <target> is one of"
 	@echo "  all       to make standalone HTML files, developer manual and API doc"
-	@echo "  apidoc    to make API doc"
 	@echo "  html      to make standalone HTML files"
 	@echo "---  "
 	@echo "  pickle    to make pickle files (usable by e.g. sphinx-web)"
@@ -38,21 +37,15 @@
 	@echo "  linkcheck to check all external links for integrity"
 
 clean:
-	rm -rf apidoc/
 	rm -f *.html
 	-rm -rf ${BUILDDIR}/*
 	-rm -rf ${BUILDJS}
 
-all: ${TARGET} apidoc html
+all: ${TARGET} html
 
 %.html: %.txt
 	${MKHTML} ${MKHTMLOPTS} $<
 
-#apydoc:
-#	epydoc --html -o epydoc/ -n ../server/*.py ../core/*.py ../common/*.py ../server/*/*.py ../modpython/*/*.py ../common/*/*.py
-apidoc:
-	epydoc --html -o apidoc -n "cubicweb" --exclude=setup --exclude=__pkginfo__ ../../../
-
 # run sphinx ###
 html: js
 	mkdir -p ${BUILDDIR}/html ${BUILDDIR}/doctrees