]> git.puffer.fish Git - matthieu/frr.git/commitdiff
Use EXTRA_DIST to distribute files, and don't list directories.
authorgdt <gdt>
Wed, 30 Jun 2004 17:25:15 +0000 (17:25 +0000)
committergdt <gdt>
Wed, 30 Jun 2004 17:25:15 +0000 (17:25 +0000)
Remove disthook that removed the crud that was copied in due to this.

ChangeLog
Makefile.am
doc/ChangeLog
doc/Makefile.am

index ba5347140fac4347a55936cc3c224aad919089ec..afdb9ef86d719b90e8d0e4ce0bab6a9b71cab10c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2004-06-30  Greg Troxel  <gdt@poblano.ir.bbn.com>
 
+       * Makefile.am: add files to EXTRA_DIST rather than copying, and
+       omit the kludgy cleaning steps, which were failing when the list
+       to clean was empty.
+
+2004-06-30  Greg Troxel  <gdt@poblano.ir.bbn.com>
+       
        * configure.ac: Look for perl, and substitute into vtysh/extract.pl.
        Search for termcap functions more expansively (fixes vtysh compile
        on NetBSD).  Clean up --enable-vtysh definition.
index 3502e45a1d46d37b46d8c8fad506a7096c11175d..c308e714df3b4b34f4fd16fb7dea8b1c1e3a6b05 100644 (file)
@@ -3,17 +3,10 @@
 SUBDIRS = lib @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ \
          @ISISD@ @VTYSH@ @OSPFCLIENT@ redhat doc
 
-DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d vtysh \
-              ospfclient doc redhat isisd
+DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d \
+         isisd vtysh ospfclient doc redhat
 
 EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS vtysh/Makefile.in \
-       vtysh/Makefile.am update-autotools doc/mpls
-
-dist-hook:
-       mkdir $(distdir)/tools
-       cp -p $(srcdir)/tools/*.pl $(distdir)/tools
-       cp -p $(srcdir)/tools/*.el $(distdir)/tools
-       cp -p $(srcdir)/tools/*.cgi $(distdir)/tools
-       rm -rf `find $(distdir)/doc -type d -name CVS`
-       rm -rf `find $(distdir)/ -type f -name "*~"`
-
+       vtysh/Makefile.am update-autotools
+       tools/mrlg.cgi tools/rrcheck.pl tools/rrlookup.pl tools/zc.pl \
+       tools/zebra.el 
index 188bc4ffe01f65a3764575cbcb6459dd198ee72c..37304ada235c4b20569926914a2a50741afb24c9 100644 (file)
@@ -1,3 +1,8 @@
+2004-06-30  Greg Troxel  <gdt@poblano.ir.bbn.com>
+
+       * Makefile.am (EXTRA_DIST): Add files in mpls explicitly, to avoid
+       copying CVS files, per the automake manual's recommendations.
+
 2004-05-27 Paul Jakma <paul@dishone.st>
 
        * Correct RIP port, s/521/520/, reported by xantius@xantius.com
index 79fc122065359c64ae32c992a2b1df4ee2de4485..16194533698deba726157d0272522530586cdef2 100644 (file)
@@ -8,7 +8,9 @@ quagga_TEXINFOS = appendix.texi basic.texi bgpd.texi filter.texi install.texi \
 
 man_MANS = vtysh.1 bgpd.8 ospf6d.8 ospfd.8 ripd.8 ripngd.8 zebra.8
 
-EXTRA_DIST = BGP-TypeCode draft-zebra-00.ms draft-zebra-00.txt $(man_MANS) 
+EXTRA_DIST = BGP-TypeCode draft-zebra-00.ms draft-zebra-00.txt $(man_MANS) \
+       mpls/ChangeLog.opaque.txt mpls/cli_summary.txt \
+       mpls/opaque_lsa.txt mpls/ospfd.conf
 
 draft-zebra-00.txt:
        groff -T ascii -ms draft-zebra-00.ms > draft-zebra-00.txt