log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
logilab/doctools
view doc/makefile @ 0:cc367abb080e
find changesets by author, revision, files, or words in the commit message
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
3
4
SRC=.
5
6
TXTFILES:= $(wildcard *.txt)
7
TARGET := $(TXTFILES:.txt=.html)
8
9
all: ${TARGET}
10
11
%.html: %.txt
12
${MKHTML} ${MKHTMLOPTS} $<
13
14
clean:
15
rm -f *.html