view doc/Makefile @ 2120:09ad4c25fca1

Adding a new reactor... ...for supporting Internet Explorer's kludge in not allowing .eml to be opened (and giving you no clues as to why it's not opening it, either. :P). Read detectors/filereactor.py for more information.
author Eddie Parker <eparker@users.sourceforge.net>
date Thu, 25 Mar 2004 21:53:48 +0000
parents a291bf753037
children f01befe8a7fe
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 mysql.txt \
    installation.txt upgrading.txt user_guide.txt admin_guide.txt \
	postgresql.txt

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

all: ${COMPILED}

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

clean:
	rm -f ${COMPILED}

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