summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorroot <devnull@localhost>2006-04-26 10:48:09 +0000
committerroot <devnull@localhost>2006-04-26 10:48:09 +0000
commit8b1e1c104bdff504b3e775b450432e6462b8d09b (patch)
tree0367359f6a18f318741f387d82dc3dcfd8139950 /doc
downloadlogilab-common-8b1e1c104bdff504b3e775b450432e6462b8d09b.tar.gz
forget the past.
forget the past.
Diffstat (limited to 'doc')
-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