summaryrefslogtreecommitdiff
path: root/doc/Makefile
blob: 7da484997e4aa509cc41556de0cf7a99e8614c8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Documentation Makefile

.SUFFIXES: .txt .html

APP = rst2html.py
CSS = --stylesheet-path=lrexlib.css --link-stylesheet
HDR = --initial-header-level=2
DT  = --date --time
#GT  = -gt

.txt.html:
	$(APP) $(CSS) $(GT) $(HDR) $(DT) $< $@

all: index.html manual.html