view doc/Makefile @ 1588:1ac46e7e4150

more doc work - new improved overview doc
author Richard Jones <richard@users.sourceforge.net>
date Thu, 17 Apr 2003 01:14:43 +0000
parents 3f2e516b8de3
children 0bdcfc2a47ac
line wrap: on
line source

PYTHON = /usr/bin/python2
STXTOHTML = rst2html

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 \
	overview.txt

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

all: ${COMPILED}

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

clean:
	rm -f ${COMPILED}

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