summaryrefslogtreecommitdiff
path: root/doc/makefile
blob: 72cd324e943f9528a3a439b884e96de5f0a29d24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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