From dd356beb0add9e79b6c326ee89ee3e155b5bac54 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 2 Oct 2002 06:40:46 +0000 Subject: [PATCH] (SUBDIRS): Remove `old'. (EXTRA_DIST): List the files in old/. --- Makefile.am | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index fc24780..6ee4b36 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) $@ -- 2.7.4