summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNicolas Chauvat <nicolas.chauvat@logilab.fr>2008-07-13 01:17:30 +0200
committerNicolas Chauvat <nicolas.chauvat@logilab.fr>2008-07-13 01:17:30 +0200
commit47df8cd6dff5c08b32966a7b59b5da75d23123de (patch)
treede90f0889f38297361b6cdecf78e0c70b226d47f /doc
parent958957f4e0743e0c071289241dcd29bc1fa8fd12 (diff)
downloadlogilab-common-47df8cd6dff5c08b32966a7b59b5da75d23123de.tar.gz
add epydoc generation to makefile.
Diffstat (limited to 'doc')
-rw-r--r--doc/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/makefile b/doc/makefile
index ab123a5..547aa13 100644
--- a/doc/makefile
+++ b/doc/makefile
@@ -11,7 +11,7 @@ all: apydoc
# ${MKHTML} ${MKHTMLOPTS} $<
apydoc:
- epydoc --html -n "Logilab's common library" ..
+ epydoc --html -v --graph all --no-private --exclude="__pkginfo__" --exclude="setup" -n "Logilab's common library" ../
clean:
rm -f *.html