summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorpaul <paul>2005-04-02 12:13:59 +0000
committerpaul <paul>2005-04-02 12:13:59 +0000
commit47004ec501bd70d558c11af05d8bacd66a8c7c25 (patch)
tree88cf175ab910d555798a503f7eb5892f007c8d96 /doc
parentbbd938e2e64badb8f32b24e0b08df7ccd7696990 (diff)
2005-04-02 Paul Jakma <paul@dishone.st>
* Makefile.am: quagga_TEXINFOS should depend on figures_BUILT_SOURCES.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog1
-rw-r--r--doc/Makefile.am2
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index c0d8252b..249180c6 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -12,6 +12,7 @@
* Makefile.am: Add rules to build eps (using 'convert'), png (using
dia). Add figures_BUILT_SOURCES to extra_dist to avoid the
dependency on dia :) (amongst other things) for dist users.
+ quagga_TEXINFOS should depend on figures_BUILT_SOURCES.
2005-03-25 Jean-Mickael Guerin <jean-mickael.guerin@6wind.com>
* ipv6.texi: Add new commands for neighbor discovery
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 3f32789e..46365b99 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -50,7 +50,7 @@ quagga.pdf: quagga.texi \
quagga_TEXINFOS = appendix.texi basic.texi bgpd.texi filter.texi install.texi \
ipv6.texi kernel.texi main.texi ospf6d.texi ospfd.texi overview.texi \
protocol.texi ripd.texi ripngd.texi routemap.texi snmp.texi \
- vtysh.texi routeserver.texi defines.texi $(figures_SOURCES)
+ vtysh.texi routeserver.texi defines.texi $(figures_BUILT_SOURCES)
%.eps: %.png
$(PNGTOEPS) $< "$@"