]> git.puffer.fish Git - mirror/frr.git/commitdiff
2005-04-28 Paul Jakma <paul@dishone.st>
authorpaul <paul>
Thu, 28 Apr 2005 18:21:15 +0000 (18:21 +0000)
committerpaul <paul>
Thu, 28 Apr 2005 18:21:15 +0000 (18:21 +0000)
* quagga.info: updated
* Makefile.am: automake seems to depend doc built stuff on srcdir
  for some reason, or maybe its cause we have quagga.info,
  quagga.texi in CVS - not sure. Anyway, the static rule for
  quagga.pdf should depend on the srcdir quagga.texi in that case.

doc/ChangeLog
doc/Makefile.am

index 32ac5e4923377113b34aa70306cd0b832fbfe9ad..583117a5256d5ae4c65b4c4d36e9abf1825ed490 100644 (file)
@@ -1,6 +1,10 @@
 2005-04-28 Paul Jakma <paul@dishone.st>
 
        * quagga.info: updated
+       * Makefile.am: automake seems to depend doc built stuff on srcdir
+         for some reason, or maybe its cause we have quagga.info,
+         quagga.texi in CVS - not sure. Anyway, the static rule for
+         quagga.pdf should depend on the srcdir quagga.texi in that case.
 
 2005-04-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
 
index 8617904c97c08bd00f236f4e5a6b6eba3610636b..0c1960bbd37184c4acff4dd3543698bdcca520e7 100644 (file)
@@ -40,8 +40,8 @@ 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: quagga.texi $(figures_pdf)
-       $(TEXI2PDF) -o "$@" $(info_TEXINFOS)
+quagga.pdf: $(srcdir)/quagga.texi $(figures_pdf)
+       $(TEXI2PDF) -o "$@" $<
 
 quagga_TEXINFOS = appendix.texi basic.texi bgpd.texi filter.texi install.texi \
        ipv6.texi kernel.texi main.texi ospf6d.texi ospfd.texi overview.texi \