[doc] fix path in makefile
authorAurelien Campeas <aurelien.campeas@logilab.fr>
Mon, 16 Feb 2009 13:59:06 +0100
changeset 625 e57cc039b418
parent 622 2d30c5e1a7d2
child 626 97924df9168c
[doc] fix path in makefile
doc/book/en/makefile
doc/book/fr/makefile
--- a/doc/book/en/makefile	Fri Feb 13 16:34:05 2009 +0100
+++ b/doc/book/en/makefile	Mon Feb 16 13:59:06 2009 +0100
@@ -43,7 +43,7 @@
 #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__ ../
+	epydoc --html -o apidoc -n "cubicweb" --exclude=setup --exclude=__pkginfo__ ../../../
 
 # run sphinx ###
 html:
--- a/doc/book/fr/makefile	Fri Feb 13 16:34:05 2009 +0100
+++ b/doc/book/fr/makefile	Mon Feb 16 13:59:06 2009 +0100
@@ -43,7 +43,7 @@
 #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__ ../
+	epydoc --html -o apidoc -n "cubicweb" --exclude=setup --exclude=__pkginfo__ ../../../
 
 # run sphinx ###
 html: