summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorpaul <paul>2005-04-28 18:21:15 +0000
committerpaul <paul>2005-04-28 18:21:15 +0000
commit649e853f773208300dd4c07e5e56a1ddb5aa1d7b (patch)
tree2f901ffc788dbe588312f319ed7440e3aea90367 /doc
parent5e4008f7b8d478a74efec68589a7acfbb049d286 (diff)
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/Makefile.am4
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 32ac5e49..583117a5 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -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>
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 8617904c..0c1960bb 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -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 \