forked from premiere/premiere-libtorrent
fixed pdf generation of manual.rst and updated makefile
This commit is contained in:
parent
f5f03ff681
commit
5b7cf047b7
|
@ -16,10 +16,10 @@ TARGETS = index.html \
|
|||
all: $(TARGETS)
|
||||
|
||||
%.pdf:%.tex
|
||||
texexec --pdf $?
|
||||
pdflatex $?
|
||||
|
||||
%.tex:%.rst
|
||||
$(DOCUTILS)/tools/rst2context.py $? $@
|
||||
python $(DOCUTILS)/tools/rst2latex.py $? $@
|
||||
|
||||
%.html:%.rst
|
||||
python $(DOCUTILS)/tools/rst2html.py --template=template.txt --stylesheet-path=style.css --link-stylesheet --no-toc-backlinks $? > $@
|
||||
|
|
|
@ -5280,11 +5280,10 @@ Thanks to `University of Ume
|
|||
|
||||
Project is hosted by sourceforge.
|
||||
|
||||
|sf_logo|__
|
||||
.. raw: html
|
||||
|
||||
<a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=7994"/></a>
|
||||
|
||||
.. |copy| unicode:: 0xA9 .. copyright sign
|
||||
__ http://www.cs.umu.se
|
||||
.. |sf_logo| image:: http://sourceforge.net/sflogo.php?group_id=7994
|
||||
__ http://sourceforge.net
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue