[Informixdb-cvs] informixdb/doc Makefile,1.1,1.2
Brought to you by:
chaese,
f-apolloner
From: Carsten H. <ch...@us...> - 2006-11-11 22:35:26
|
Update of /cvsroot/informixdb/informixdb/doc In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv3647/doc Modified Files: Makefile Log Message: Apparently rst2html.py is now just rst2html Index: Makefile =================================================================== RCS file: /cvsroot/informixdb/informixdb/doc/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile 23 Oct 2005 02:28:55 -0000 1.1 --- Makefile 11 Nov 2006 22:35:24 -0000 1.2 *************** *** 2,4 **** # (requires docutils) manual.html: manual.txt ! rst2html.py --stylesheet-path=informixdb.css manual.txt >manual.html --- 2,4 ---- # (requires docutils) manual.html: manual.txt ! rst2html --stylesheet-path=informixdb.css manual.txt >manual.html |