summaryrefslogtreecommitdiff
path: root/doc/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/makefile')
-rw-r--r--doc/makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/makefile b/doc/makefile
index 8b7fddf..ddea5d5 100644
--- a/doc/makefile
+++ b/doc/makefile
@@ -1,7 +1,9 @@
all: epydoc
epydoc:
- epydoc -o apidoc --html -v --graph all --no-private --exclude="__pkginfo__" --exclude="setup" -n "Logilab's common library" ../
+ #epydoc -o apidoc --html -v --graph all --no-private --exclude="__pkginfo__" --exclude="setup" -n "Logilab's common library" ../
+ mkdir apidoc
+ epydoc -o apidoc --html -v --no-private --exclude="__pkginfo__" --exclude="setup" -n "Logilab's common library" ../
clean:
rm -rf apidoc