diff options
author | Paul Jakma <paul@quagga.net> | 2011-03-30 14:30:20 +0100 |
---|---|---|
committer | Denis Ovsienko <infrastation@yandex.ru> | 2011-10-17 18:43:14 +0400 |
commit | 4b6a7b902065e038f415a8b728df1709db00425d (patch) | |
tree | 784d75f293f1d54169474b0616df9afe9ee841e0 /doc/Makefile.am | |
parent | cc0b6c122f2d01d886e1ebde15cd2e7c5442c598 (diff) |
doc: Add dependency for quagga.pdf make target
* doc/Makefile.am: pdf target needs to depend on all the input files.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index c3016b2b..cd4d71bd 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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 \ |