doc: Explicit quagga.pdf rule can go now
* Makefile.am: The Quagga specific PDF dependency is gone. The
overfull boxes that caused texi2dvi to return fail code are gone. So
the custom rule can go.
diff --git a/doc/Makefile.am b/doc/Makefile.am
index af71262..4520c59 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -33,14 +33,10 @@
# provided by automake. If you are an automake wizard, please feel free to
# compact it somehow.
-info_TEXINFOS = quagga.texi
+#quagga.pdf: $(info_TEXINFOS) $(quagga_TEXINFOS)
+# $(TEXI2PDF) -o "$@" $< || true
-# Have to manually specify the quagga.pdf rule in order to allow
-# 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) $(quagga_TEXINFOS)
- $(TEXI2PDF) -o "$@" $< || true
+info_TEXINFOS = quagga.texi
quagga_TEXINFOS = appendix.texi basic.texi bgpd.texi filter.texi \
install.texi ipv6.texi kernel.texi main.texi ospf6d.texi ospfd.texi \