doc: use latexmk to get the amount of necessary re-runs right

This commit is contained in:
Peter Simons 2019-07-10 17:03:46 +02:00
parent ae5a180410
commit bfaab8dffd
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ addons:
- texlive - texlive
- texlive-latex-extra - texlive-latex-extra
- tex4ht - tex4ht
- latexmk
install: install:
- git clone --depth=1 git://git.savannah.gnu.org/gnulib.git - git clone --depth=1 git://git.savannah.gnu.org/gnulib.git

View File

@ -8,7 +8,7 @@ htmldir = $(pkgdatadir)/html
dist_html_DATA = petidomo.html petidomo.css dist_html_DATA = petidomo.html petidomo.css
petidomo.html: $(srcdir)/petidomo.tex petidomo.html: $(srcdir)/petidomo.tex
latex $< latexmk $<
htlatex $< htlatex $<
petidomo.css: petidomo.html petidomo.css: petidomo.html