Mercurial > p > roundup > code
view doc/Makefile @ 1856:7c84534aec13
Add a note to the 'Invalid One Time Key' message...
...about Mozilla double-loading the page [SF#827533].
| author | Johannes Gijsbers <jlgijsbers@users.sourceforge.net> |
|---|---|
| date | Wed, 22 Oct 2003 16:47:55 +0000 |
| parents | 06f5b36b201b |
| children | 3ffb7b56172a |
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 maintenance.txt COMPILED := $(SOURCE:.txt=.html) all: ${COMPILED} %.html: %.txt ${STXTOHTML} --report=warning -d $< $@ clean: rm -f ${COMPILED}
