From f2bfdee5f9db5363fcd13763eca3fda729067d57 Mon Sep 17 00:00:00 2001 From: gdt Date: Wed, 30 Jun 2004 17:25:15 +0000 Subject: Use EXTRA_DIST to distribute files, and don't list directories. Remove disthook that removed the crud that was copied in due to this. --- Makefile.am | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 3502e45a..c308e714 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 -- cgit v1.2.1