mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 16:23:29 +00:00
Use EXTRA_DIST to distribute files, and don't list directories.
Remove disthook that removed the crud that was copied in due to this.
This commit is contained in:
parent
fc9d074576
commit
f2bfdee5f9
@ -1,3 +1,9 @@
|
|||||||
|
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>
|
2004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
|
||||||
|
|
||||||
* configure.ac: Look for perl, and substitute into vtysh/extract.pl.
|
* configure.ac: Look for perl, and substitute into vtysh/extract.pl.
|
||||||
|
17
Makefile.am
17
Makefile.am
@ -3,17 +3,10 @@
|
|||||||
SUBDIRS = lib @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ \
|
SUBDIRS = lib @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ \
|
||||||
@ISISD@ @VTYSH@ @OSPFCLIENT@ redhat doc
|
@ISISD@ @VTYSH@ @OSPFCLIENT@ redhat doc
|
||||||
|
|
||||||
DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d vtysh \
|
DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d \
|
||||||
ospfclient doc redhat isisd
|
isisd vtysh ospfclient doc redhat
|
||||||
|
|
||||||
EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS vtysh/Makefile.in \
|
EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS vtysh/Makefile.in \
|
||||||
vtysh/Makefile.am update-autotools doc/mpls
|
vtysh/Makefile.am update-autotools
|
||||||
|
tools/mrlg.cgi tools/rrcheck.pl tools/rrlookup.pl tools/zc.pl \
|
||||||
dist-hook:
|
tools/zebra.el
|
||||||
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 "*~"`
|
|
||||||
|
|
||||||
|
@ -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>
|
2004-05-27 Paul Jakma <paul@dishone.st>
|
||||||
|
|
||||||
* Correct RIP port, s/521/520/, reported by xantius@xantius.com
|
* Correct RIP port, s/521/520/, reported by xantius@xantius.com
|
||||||
|
@ -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
|
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:
|
draft-zebra-00.txt:
|
||||||
groff -T ascii -ms draft-zebra-00.ms > draft-zebra-00.txt
|
groff -T ascii -ms draft-zebra-00.ms > draft-zebra-00.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user