doc: use latexmk to get the amount of necessary re-runs right
This commit is contained in:
parent
ae5a180410
commit
bfaab8dffd
@ -12,6 +12,7 @@ addons:
|
||||
- texlive
|
||||
- texlive-latex-extra
|
||||
- tex4ht
|
||||
- latexmk
|
||||
|
||||
install:
|
||||
- git clone --depth=1 git://git.savannah.gnu.org/gnulib.git
|
||||
|
||||
@ -8,7 +8,7 @@ htmldir = $(pkgdatadir)/html
|
||||
dist_html_DATA = petidomo.html petidomo.css
|
||||
|
||||
petidomo.html: $(srcdir)/petidomo.tex
|
||||
latex $<
|
||||
latexmk $<
|
||||
htlatex $<
|
||||
|
||||
petidomo.css: petidomo.html
|
||||
|
||||
Loading…
Reference in New Issue
Block a user