view doc/Makefile @ 808:b7f38cc4680a

fixed [SF#576086] (dumb copying mistake)
author Derrick Hudson <dman13@users.sourceforge.net>
date Thu, 04 Jul 2002 01:26:26 +0000
parents faf164ab8ed9
children b0d3d3535998
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

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

all: ${COMPILED}

%.html: %.txt
	${PYTHON} ${STXTOHTML} -d -v $< $@


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