Mercurial > p > roundup > code
diff doc/Makefile @ 1304:61ad556cfc8d
working toward 0.5.2 release
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 06 Nov 2002 11:38:43 +0000 |
| parents | 6c24a86a12ae |
| children | 3f2e516b8de3 |
line wrap: on
line diff
--- a/doc/Makefile Wed Nov 06 05:39:50 2002 +0000 +++ b/doc/Makefile Wed Nov 06 11:38:43 2002 +0000 @@ -1,5 +1,5 @@ PYTHON = /usr/bin/python2 -STXTOHTML = -c "from docutils.core import publish;publish(writer_name='html')" +STXTOHTML = stx2html SOURCE = announcement.txt customizing.txt developers.txt FAQ.txt features.txt \ glossary.txt implementation.txt index.txt design.txt \ @@ -10,7 +10,7 @@ all: ${COMPILED} %.html: %.txt - ${PYTHON} ${STXTOHTML} --report=warning -d $< $@ + ${STXTOHTML} --report=warning -d $< $@ clean: rm -f ${COMPILED}
