[Pkg-octave-commit] [www] 02/03: Use rst2pdf instead of obsolete py.rest

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Wed Aug 13 12:42:48 UTC 2014


This is an automated email from the git hooks/post-receive script.

rlaboiss-guest pushed a commit to branch master
in repository www.

commit 2adccc627a0374b8064c87817bf4786f1a0c4188
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Wed Aug 13 14:34:05 2014 +0200

    Use rst2pdf instead of obsolete py.rest
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index bc9c9ea..b8cbee9 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ install: $(INSTALLFILES)
 	rst2html --no-toc-backlinks --stylesheet=guidelines.css \
 		--link-stylesheet $< $@
 %.pdf: %.txt
-	py.rest --topdf $<
+	rst2pdf $< -o $@
 
 clean:
 	rm -f *.html *.pdf

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/www.git



More information about the Pkg-octave-commit mailing list