]> git.puffer.fish Git - matthieu/frr.git/commitdiff
doc: Add dependency for quagga.pdf make target
authorPaul Jakma <paul@quagga.net>
Wed, 30 Mar 2011 13:30:20 +0000 (14:30 +0100)
committerPaul Jakma <paul@quagga.net>
Wed, 30 Mar 2011 13:30:20 +0000 (14:30 +0100)
* doc/Makefile.am: pdf target needs to depend on all the input files.

doc/Makefile.am

index c3016b2b4d32dc1382ca9f16c0b875a004e330ca..cd4d71bd951d5ae40258952b258effff200fd4bb 100644 (file)
@@ -43,7 +43,7 @@ info_TEXINFOS = quagga.texi
 # us to have a generic automatic .pdf rule to build the figure sources
 # because it cant just work from the png's directly it seems - contrary
 # to the documentation...
-quagga.pdf: $(info_TEXINFOS) $(figures_pdf)
+quagga.pdf: $(info_TEXINFOS) $(figures_pdf) $(quagga_TEXINFOS)
        $(TEXI2PDF) -o "$@" $<
 
 quagga_TEXINFOS = appendix.texi basic.texi bgpd.texi filter.texi install.texi \