[xdebug-dev] xdebug xdebug/docs/Makefile

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Mon, 23 Jan 2006 21:13:50 +0100

Date: Mon Jan 23 21:13:50 CET 2006
User: Derick Rethans
Directory: xdebug

Log Message:
- Fixed Makefile.

Modified files:
           xdebug/docs/Makefile (version: 1.2)

[FILE: /xdebug/docs/Makefile]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xdebug/docs/Makefile:1.1 Wed Jun 23 11:27:56 2004 GMT
+++ xdebug/docs/Makefile Mon Jan 23 19:13:50 2006 GMT
@@ -1,10 +1,10 @@
 all: dbgp.html gdb.html
 
 gdb.html: gdb.txt
- /dat/install/docutils-0.3.3/tools/html.py gdb.txt > gdb.html
+ rst2html.py gdb.txt > gdb.html
 
 dbgp.html: dbgp.txt
- /dat/install/docutils-0.3.3/tools/html.py dbgp.txt > dbgp.html
+ rst2html.py dbgp.txt > dbgp.html
 
 clean:
         rm -rf dbgp.html gdb.html
Received on Mon Jan 23 2006 - 21:13:56 GMT

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST