website/scripts make.rules,1.5,1.6
"Tony Meyer" <[email protected]> Sat, 24 Mar 2007 20:07:33 -0800
| Newsgroups | gmane.mail.spam.spambayes.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/spambayes/website/scripts In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv27450/scripts Modified Files: make.rules Log Message: It seems that html.py is rst2html.py in new versions of docutils. Index: make.rules =================================================================== RCS file: /cvsroot/spambayes/website/scripts/make.rules,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** make.rules 28 Oct 2003 04:43:49 -0000 1.5 --- make.rules 25 Mar 2007 04:07:30 -0000 1.6 *************** *** 21,25 **** # Where to upload stuff for make install. LIVE_ROOT is the actual # physical location of files on the server. ! LIVE_HOST = shell1.sourceforge.net LIVE_ROOT = /home/groups/s/sp/spambayes/htdocs/ LIVE_DEST = $(LIVE_HOST):$(LIVE_ROOT)/$(ROOT_OFFSET) --- 21,25 ---- # Where to upload stuff for make install. LIVE_ROOT is the actual # physical location of files on the server. ! LIVE_HOST = [email protected] LIVE_ROOT = /home/groups/s/sp/spambayes/htdocs/ LIVE_DEST = $(LIVE_HOST):$(LIVE_ROOT)/$(ROOT_OFFSET) *************** *** 50,54 **** # docutils 'html.py' script. ! DUHTML = html.py GENERATED_HTML= $(SOURCES:.ht=.html) --- 50,54 ---- # docutils 'html.py' script. ! DUHTML = rst2html.py GENERATED_HTML= $(SOURCES:.ht=.html)