[Pkg-jed-commit] r483 - www

Rafael Laboissiere rafael at alioth.debian.org
Wed Jan 10 17:47:54 CET 2007


Author: rafael
Date: 2007-01-10 17:47:54 +0100 (Wed, 10 Jan 2007)
New Revision: 483

Modified:
   www/Makefile
Log:
Changed name of rest2html program to rst2html, which is how it is named
currently in Debian etch


Modified: www/Makefile
===================================================================
--- www/Makefile	2007-01-10 15:07:18 UTC (rev 482)
+++ www/Makefile	2007-01-10 16:47:54 UTC (rev 483)
@@ -19,7 +19,7 @@
 	@echo done
 
 %.html: %.txt
-	rest2html --no-toc-backlinks --stylesheet=guidelines.css $< $@
+	rst2html --no-toc-backlinks --stylesheet=guidelines.css $< $@
 
 clean:
 	rm -f DJG-Guidelines.html




More information about the Pkg-jed-commit mailing list