From 5609a9b48b011f41cf1dba567fb180a01cf864da Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 9 Feb 2013 18:43:52 +0100 Subject: [PATCH] doc: add missing dependency fix parallel building --- doc/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/Makefile.am b/doc/Makefile.am index 5de5946..6be4caa 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -9,6 +9,9 @@ petidomo.html: $(srcdir)/petidomo.tex latex $< htlatex $< +petidomo.css: petidomo.html + touch $@ + CLEANFILES = \ petidomo.4ct petidomo.4tc petidomo.aux petidomo.css petidomo.dvi \ petidomo.html petidomo.idv petidomo.lg petidomo.log petidomo.tmp \