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
|
||||||
- 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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user