view doc/Makefile @ 1243:3a028d2f7830

Fix (re)indexing & find in back_metakit. Fix testTransactions in the metakit test in test_db.
author Gordon B. McMillan <gmcm@users.sourceforge.net>
date Wed, 02 Oct 2002 19:15:46 +0000
parents 4c9882cb16a3
children 8dd4f736370b
line wrap: on
line source

PYTHON = /usr/bin/python2
STXTOHTML = -c "from docutils.core import publish;publish(writer_name='html')"

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

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

all: ${COMPILED}

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

clean:
	rm -f ${COMPILED}

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