source: WAeUP_Doc/NewDocumentation/Makefile @ 4075

Last change on this file since 4075 was 3217, checked in by Henrik Bettermann, 17 years ago

rewrite ImportNew?.txt

File size: 183 bytes
Line 
1
2# keep .html files up to date (requires GNU make):
3
4
5SOURCES=$(wildcard *.rst)
6TARGETS=$(subst .rst,.html, $(SOURCES))
7
8
9all: ${TARGETS}
10
11
12%.html: %.rst
13        python rst2html.py $< > $@
14
Note: See TracBrowser for help on using the repository browser.