diff options
author | gdt <gdt> | 2004-06-30 19:25:15 +0200 |
---|---|---|
committer | gdt <gdt> | 2004-06-30 19:25:15 +0200 |
commit | f2bfdee5f9db5363fcd13763eca3fda729067d57 (patch) | |
tree | dc9533e55d3edc3cab50cb0f11aad3968674a16e /Makefile.am | |
parent | Make vtysh work on NetBSD, and minor cleanups: (diff) | |
download | frr-f2bfdee5f9db5363fcd13763eca3fda729067d57.tar.xz frr-f2bfdee5f9db5363fcd13763eca3fda729067d57.zip |
Use EXTRA_DIST to distribute files, and don't list directories.
Remove disthook that removed the crud that was copied in due to this.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/Makefile.am b/Makefile.am index 3502e45a1..c308e714d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 |