logilab/doctools

view doc/makefile @ 0:cc367abb080e

forget the past. forget the past.
author root
date Wed, 26 Apr 2006 10:48:09 +0000
parents
children
line source
1 MKHTML=mkdoc --target=html --stylesheet=single-file
2 MKHTML_OPT=--param toc.section.depth=1
4 SRC=.
6 TXTFILES:= $(wildcard *.txt)
7 TARGET := $(TXTFILES:.txt=.html)
9 all: ${TARGET}
11 %.html: %.txt
12 ${MKHTML} ${MKHTMLOPTS} $<
14 clean:
15 rm -f *.html