# HG changeset patch # User Aurelien Campeas # Date 1234789146 -3600 # Node ID e57cc039b41864f7f29a5880e34ac3e5aed28ff1 # Parent 2d30c5e1a7d2a9506f6a503adab98018f5689809 [doc] fix path in makefile diff -r 2d30c5e1a7d2 -r e57cc039b418 doc/book/en/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: diff -r 2d30c5e1a7d2 -r e57cc039b418 doc/book/fr/makefile --- 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: