source:
WAeUP_Doc/Makefile
@
1916
Last change on this file since 1916 was 657, checked in by , 18 years ago | |
---|---|
File size: 183 bytes |
Line | |
---|---|
1 | |
2 | # keep .html files up to date (requires GNU make): |
3 | |
4 | |
5 | SOURCES=$(wildcard *.rst) |
6 | TARGETS=$(subst .rst,.html, $(SOURCES)) |
7 | |
8 | |
9 | all: ${TARGETS} |
10 | |
11 | |
12 | %.html: %.rst |
13 | python rst2html.py $< > $@ |
14 |
Note: See TracBrowser for help on using the repository browser.