diff options
author | paul <paul> | 2005-04-02 12:13:59 +0000 |
---|---|---|
committer | paul <paul> | 2005-04-02 12:13:59 +0000 |
commit | c4f3f62342d171aaaeee81760d28793e1dc2e9bf (patch) | |
tree | c37a9d001199525cad4cd93c18ce28b681255368 | |
parent | ca4184d1a4ee1782a5987a24c1fa82aebb2b8427 (diff) | |
download | quagga-c4f3f62342d171aaaeee81760d28793e1dc2e9bf.tar.bz2 quagga-c4f3f62342d171aaaeee81760d28793e1dc2e9bf.tar.xz |
2005-04-02 Paul Jakma <paul@dishone.st>
* Makefile.am: quagga_TEXINFOS should depend on figures_BUILT_SOURCES.
-rw-r--r-- | doc/ChangeLog | 1 | ||||
-rw-r--r-- | doc/Makefile.am | 2 |
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) $< "$@" |