Skip to content

Commit

Permalink
2003-06-04 Paul Jakma <[email protected]>
Browse files Browse the repository at this point in the history
	* (Makefile.am): doc should be a SUBDIR. Specify DIST_SUBDIRS to
	remove dependence of make dist on configure options. Add doc/mpls
	to EXTRA_DIST. redhat/ does not need a dist-hook, its already in
	SUBDIR. Remove CVS/ dir from the dist doc/.
  • Loading branch information
paul committed Jun 4, 2003
1 parent fb2d150 commit 0537f4e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
## Process this file with automake to produce Makefile.in.

SUBDIRS = lib @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ @VTYSH@ @OSPFCLIENT@ doc
SUBDIRS = lib @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ \
@VTYSH@ @OSPFCLIENT@ doc

DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d vtysh \
ospfclient doc

EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS vtysh/Makefile.in \
vtysh/Makefile.am update-autotools
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
mkdir $(distdir)/redhat
cp -p $(srcdir)/redhat/*.init $(distdir)/redhat
cp -p $(srcdir)/redhat/zebra.* $(distdir)/redhat
rm -rf `find $(distdir)/doc -type d -name CVS`

0 comments on commit 0537f4e

Please sign in to comment.