diff options
author | Greg McGary <greg@mcgary.org> | 1999-04-09 08:50:51 +0000 |
---|---|---|
committer | Greg McGary <greg@mcgary.org> | 1999-04-09 08:50:51 +0000 |
commit | d3b6d81f11cc1359fb6300e06d609a431d6eb4bb (patch) | |
tree | d02a4290e24b5a3653f31da58a3719a9a50396ed | |
parent | 1040ccd7271a97125c941834f337acade7bb42b1 (diff) | |
download | idutils-d3b6d81f11cc1359fb6300e06d609a431d6eb4bb.tar.gz idutils-d3b6d81f11cc1359fb6300e06d609a431d6eb4bb.tar.bz2 idutils-d3b6d81f11cc1359fb6300e06d609a431d6eb4bb.zip |
* po/Makefile.in.in (DISTFILES): Remove ChangeLog.
-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 8ab5ee8..4d0ee1b 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, 1999 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 = \ |