From bfaab8dffd0fd77a499d03992543ab70250190e7 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 10 Jul 2019 17:03:46 +0200 Subject: [PATCH] doc: use latexmk to get the amount of necessary re-runs right --- .travis.yml | 1 + doc/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1f3565d..dc11540 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ addons: - texlive - texlive-latex-extra - tex4ht + - latexmk install: - git clone --depth=1 git://git.savannah.gnu.org/gnulib.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 6c72ee8..5c27b5e 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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