summaryrefslogtreecommitdiff
path: root/doc/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/makefile')
-rw-r--r--doc/makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/makefile b/doc/makefile
new file mode 100644
index 0000000..72cd324
--- /dev/null
+++ b/doc/makefile
@@ -0,0 +1,17 @@
+#MKHTML=mkdoc
+#MKHTMLOPTS=--doctype book --param toc.section.depth=2 --target html --stylesheet single-file
+#SRC=.
+
+#TXTFILES:= $(wildcard *.txt)
+#TARGET := $(TXTFILES:.txt=.html)
+
+all: apydoc
+
+#%.html: %.txt
+# ${MKHTML} ${MKHTMLOPTS} $<
+
+apydoc:
+ epydoc --html -n "Logilab's common library" ../modutils.py ../textutils.py ../fileutils.py
+
+clean:
+ rm -f *.html