diff options
author | Jim Meyering <jim@meyering.net> | 1997-07-13 04:27:57 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-07-13 04:27:57 +0000 |
commit | 23497d87b7a2284427ae5ba4d2b85b21229b3bf8 (patch) | |
tree | 25506cf91a159ccb6e4e45ae80ba189fe1fcfc9d /po | |
parent | 73f3647fe2cb04e4f3effff60db9f0c996330b79 (diff) | |
download | coreutils-23497d87b7a2284427ae5ba4d2b85b21229b3bf8.tar.xz |
(DISTFILES): Remove ChangeLog.
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile.in.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in index e94784d42..fa13e4cc8 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -1,5 +1,5 @@ # Makefile for program source directory in GNU NLS utilities package. -# Copyright (C) 1995, 1996 Free Software Foundation, Inc. +# Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -55,7 +55,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 = \ |