source: WAeUP_Doc/ExtendedInstructions/Makefile @ 2902

Last change on this file since 2902 was 1617, checked in by uli, 18 years ago

Added extended instructions for installing Zope (part 1).

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.