2005-04-02 Paul Jakma <paul@dishone.st>

	* Makefile.am: quagga_TEXINFOS should depend on figures_BUILT_SOURCES.
diff --git a/doc/ChangeLog b/doc/ChangeLog
index c0d8252..249180c 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 3f32789..46365b9 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -50,7 +50,7 @@
 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) $< "$@"