]> git.proxmox.com Git - mirror_frr.git/commitdiff
2005-04-02 Paul Jakma <paul@dishone.st>
authorpaul <paul>
Sat, 2 Apr 2005 12:13:59 +0000 (12:13 +0000)
committerpaul <paul>
Sat, 2 Apr 2005 12:13:59 +0000 (12:13 +0000)
* Makefile.am: quagga_TEXINFOS should depend on figures_BUILT_SOURCES.

doc/ChangeLog
doc/Makefile.am

index c0d8252bc498a1eb8ddea51b926862c89773b361..249180c68f411ddaefc93379a1d19db06129429e 100644 (file)
@@ -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
index 3f32789e5925c1937147c7ba6d68210a9978eb53..46365b99b6a073e8cb3875dbb5f3e8688298bd08 100644 (file)
@@ -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) $< "$@"