view doc/Makefile @ 1332:e2d51ba4f6b1

key the templates cache off full path, not filename
author Richard Jones <richard@users.sourceforge.net>
date Wed, 11 Dec 2002 11:37:07 +0000
parents 61ad556cfc8d
children 3f2e516b8de3
line wrap: on
line source

PYTHON = /usr/bin/python2
STXTOHTML = stx2html

SOURCE = announcement.txt customizing.txt developers.txt FAQ.txt features.txt \
    glossary.txt implementation.txt index.txt design.txt \
    installation.txt upgrading.txt user_guide.txt maintenance.txt

COMPILED := $(SOURCE:.txt=.html)

all: ${COMPILED}

%.html: %.txt
	${STXTOHTML} --report=warning -d $< $@

clean:
	rm -f ${COMPILED}

Roundup Issue Tracker: http://roundup-tracker.org/