diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2016-12-20 17:59:13 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2016-12-20 18:00:22 +0100 |
commit | 3bd82ffb70f1a18d2a2cddeb91101c183176a0fa (patch) | |
tree | eb980db749fbdf9903ae498c7dbfef0cd943064c /Makefile.am | |
parent | build: more renaming in configure.ac (diff) | |
download | frr-3bd82ffb70f1a18d2a2cddeb91101c183176a0fa.tar.xz frr-3bd82ffb70f1a18d2a2cddeb91101c183176a0fa.zip |
build: remove INSTALL.quagga.txt
It's horribly outdated & wrong info is worse than none.
doc/install.texi should probably be updated instead.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7a2cc29bd..d8b9844ff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,7 @@ DIST_SUBDIRS = lib qpb fpm zebra bgpd ripd ripngd ospfd ospf6d ldpd \ isisd watchquagga vtysh ospfclient doc m4 pkgsrc redhat tests \ solaris pimd @LIBRFP@ @RFPTEST@ tools cumulus -EXTRA_DIST = aclocal.m4 SERVICES REPORTING-BUGS INSTALL.quagga.txt \ +EXTRA_DIST = aclocal.m4 SERVICES REPORTING-BUGS \ update-autotools \ vtysh/Makefile.in vtysh/Makefile.am \ tools/rrcheck.pl tools/rrlookup.pl tools/zc.pl \ |