From 8b1e1c104bdff504b3e775b450432e6462b8d09b Mon Sep 17 00:00:00 2001 From: root Date: Wed, 26 Apr 2006 10:48:09 +0000 Subject: forget the past. forget the past. --- doc/makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/makefile (limited to 'doc/makefile') 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 -- cgit v1.2.1