Skip to content

Commit

Permalink
texi2pdf generates better pdfs.
Browse files Browse the repository at this point in the history
The index works and there are links between the page numbers and the section
in the generated pdf if texi2pdf is used instead of dvipdf.
  • Loading branch information
jrincayc committed Dec 26, 2019
1 parent 3cad12b commit a21997f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ usermanual.dvi: usermanual.texi
usermanual.ps: usermanual.dvi
dvips -t letter -o usermanual.ps usermanual.dvi

usermanual.pdf: usermanual.ps usermanual.dvi
ps2pdf usermanual.ps
dvipdf usermanual.dvi
usermanual.pdf: usermanual.texi
texi2pdf usermanual.texi

html/usermanual_1.html: usermanual.texi
for d in html; do [ -d $$d ] || mkdir -p $$d || exit 1; done
Expand Down

0 comments on commit a21997f

Please sign in to comment.