updated docs makefile and added rst2pdf stylesheet

This commit is contained in:
Arvid Norberg
2008-10-22 00:55:51 +00:00
parent a6ba48a60a
commit 8be621ac7a
2 changed files with 288 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ pdf: $(TARGETS:=.pdf)
all: html
%.pdf:%.rst
rst2pdf $? -o $@
rst2pdf $? -o $@ --stylesheets stylesheet
%.html:%.rst
python $(DOCUTILS)/tools/rst2html.py --template=template.txt --stylesheet-path=style.css --link-stylesheet --no-toc-backlinks $? > $@