From 47004ec501bd70d558c11af05d8bacd66a8c7c25 Mon Sep 17 00:00:00 2001 From: paul Date: Sat, 2 Apr 2005 12:13:59 +0000 Subject: 2005-04-02 Paul Jakma * Makefile.am: quagga_TEXINFOS should depend on figures_BUILT_SOURCES. --- doc/ChangeLog | 1 + doc/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') 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 * 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) $< "$@" -- cgit v1.2.1