view doc/Makefile @ 1406:ca7dfc8bce15

fixes to time tracking customisation
author Richard Jones <richard@users.sourceforge.net>
date Sun, 02 Feb 2003 23:59:48 +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/