diff options
author | Jim Meyering <jim@meyering.net> | 1998-08-13 04:06:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-08-13 04:06:52 +0000 |
commit | e6bc93f49aeb1d5ffe6631cdfa02f94510a4bb53 (patch) | |
tree | bc3ef738bacdd0193a8f0312e6a6fb7c3ac0f2c3 /po | |
parent | 88c0b8d630b4863b9f07222af8cef419844bb082 (diff) | |
download | coreutils-e6bc93f49aeb1d5ffe6631cdfa02f94510a4bb53.tar.xz |
(DISTFILES): Remove ChangeLog.
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 01852ade9..4d6b64e0e 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -46,7 +46,7 @@ COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS) SOURCES = cat-id-tbl.c POFILES = @POFILES@ GMOFILES = @GMOFILES@ -DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \ +DISTFILES = Makefile.in.in POTFILES.in $(PACKAGE).pot \ stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES) POTFILES = \ |