summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/makefile b/doc/makefile
index 72cd324..ab123a5 100644
--- a/doc/makefile
+++ b/doc/makefile
@@ -11,7 +11,8 @@ all: apydoc
# ${MKHTML} ${MKHTMLOPTS} $<
apydoc:
- epydoc --html -n "Logilab's common library" ../modutils.py ../textutils.py ../fileutils.py
+ epydoc --html -n "Logilab's common library" ..
clean:
rm -f *.html
+ rm -rf html