summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNicolas Chauvat <nicolas.chauvat@logilab.fr>2008-07-13 21:32:22 +0200
committerNicolas Chauvat <nicolas.chauvat@logilab.fr>2008-07-13 21:32:22 +0200
commitaab929e273a41a188a244b5d2c8b3e53408172ab (patch)
treebdbb169569082a3290de6dbdaf7ef7d68bc919c1 /doc
parent47df8cd6dff5c08b32966a7b59b5da75d23123de (diff)
downloadlogilab-common-aab929e273a41a188a244b5d2c8b3e53408172ab.tar.gz
improve doc for better epydoc generation.
Diffstat (limited to 'doc')
-rw-r--r--doc/makefile19
1 files changed, 4 insertions, 15 deletions
diff --git a/doc/makefile b/doc/makefile
index 547aa13..8b7fddf 100644
--- a/doc/makefile
+++ b/doc/makefile
@@ -1,18 +1,7 @@
-#MKHTML=mkdoc
-#MKHTMLOPTS=--doctype book --param toc.section.depth=2 --target html --stylesheet single-file
-#SRC=.
+all: epydoc
-#TXTFILES:= $(wildcard *.txt)
-#TARGET := $(TXTFILES:.txt=.html)
-
-all: apydoc
-
-#%.html: %.txt
-# ${MKHTML} ${MKHTMLOPTS} $<
-
-apydoc:
- epydoc --html -v --graph all --no-private --exclude="__pkginfo__" --exclude="setup" -n "Logilab's common library" ../
+epydoc:
+ epydoc -o apidoc --html -v --graph all --no-private --exclude="__pkginfo__" --exclude="setup" -n "Logilab's common library" ../
clean:
- rm -f *.html
- rm -rf html
+ rm -rf apidoc