From 0d556354c775cf23051178caa610336a171d0cc1 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 3 Apr 2011 15:53:19 +0000 Subject: Ship only the root ChangeLog * Makeconf (distfiles): Remove ChangeLog. * Makefile (DIST_FILES): Add ChangeLog. --- Makeconf | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makeconf b/Makeconf index 8c2bd0c9..5e33e15b 100644 --- a/Makeconf +++ b/Makeconf @@ -382,7 +382,7 @@ $(..)$(dir).d: $(srcdir)/Makefile echo $(dir): $(hurd-bug-addr-dir-dep) $(addprefix lib,$(HURDLIBS)) > $@ # Making a snapshot -distfiles = Makefile ChangeLog $(SRCS) $(LCLHDRS) $(DIST_FILES) +distfiles = Makefile $(SRCS) $(LCLHDRS) $(DIST_FILES) lndist: $(distfiles) $(top_srcdir)/hurd-snap/$(dir) FORCE ln $(addprefix $(srcdir)/,$(distfiles)) $(top_srcdir)/hurd-snap/$(dir) diff --git a/Makefile b/Makefile index 3194473c..ad187d0d 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ makemode := misc include ./Makeconf -DIST_FILES = COPYING Makeconf config.make.in configure.in configure \ +DIST_FILES = ChangeLog COPYING Makeconf config.make.in configure.in configure \ move-if-change hurd.boot build.mk.in build.mkcf.in aclocal.m4 \ README NEWS tasks INSTALL INSTALL-cross version.h.in -- cgit v1.2.3