[Pkg-jed-commit] r1035 - www

Rafael Laboissiere rafael at alioth.debian.org
Thu Jan 10 12:40:01 UTC 2008


Author: rafael
Date: 2008-01-10 12:40:01 +0000 (Thu, 10 Jan 2008)
New Revision: 1035

Modified:
   www/Makefile
Log:
Use py.rest instead of rst2latex + pdflatex.  This simplifies the
Makefile and avoids the creation of intermediate files.  Thanks to
Guenther Milde for the suggestion.


Modified: www/Makefile
===================================================================
--- www/Makefile	2008-01-10 12:35:23 UTC (rev 1034)
+++ www/Makefile	2008-01-10 12:40:01 UTC (rev 1035)
@@ -22,13 +22,10 @@
 	rst2html --no-toc-backlinks --stylesheet=guidelines.css \
 		--link-stylesheet $< $@
 
-%.pdf: %.tex
-	pdflatex $<
+%.pdf: %.txt
+	py.rest --topdf $<
 
-%.tex: %.txt
-	rst2latex $< $@
-
 clean:
-	rm -f DJG-Guidelines.html *.aux *.log *.out *.pdf *.tex
+	rm -f DJG-Guidelines.html *.pdf
 
 .PHONY: install clean




More information about the Pkg-jed-commit mailing list