From: Jim Meyering Date: Wed, 2 Oct 2002 06:40:46 +0000 (+0000) Subject: (SUBDIRS): Remove `old'. X-Git-Tag: v4.5.2~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd356beb0add9e79b6c326ee89ee3e155b5bac54;p=thirdparty%2Fcoreutils.git (SUBDIRS): Remove `old'. (EXTRA_DIST): List the files in old/. --- diff --git a/Makefile.am b/Makefile.am index fc24780b65..6ee4b360dd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,16 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*- -SUBDIRS = lib src doc man m4 po tests old +SUBDIRS = lib src doc man m4 po tests EXTRA_DIST = Makefile.cfg Makefile.maint GNUmakefile \ - .kludge-stamp .prev-version THANKS-to-translators THANKStt.in + .kludge-stamp .prev-version THANKS-to-translators THANKStt.in \ + old/fileutils/ChangeLog \ + old/fileutils/ChangeLog-1997 \ + old/sh-utils/ChangeLog \ + old/sh-utils/ChangeLog.0 \ + old/textutils/ChangeLog \ + old/fileutils/NEWS \ + old/sh-utils/NEWS \ + old/textutils/NEWS install-root: cd src && $(MAKE) $@