]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix the clean and distclean targets.
authorBruno Haible <bruno@clisp.org>
Sun, 14 Jan 2001 15:00:27 +0000 (15:00 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 14 Jan 2001 15:00:27 +0000 (15:00 +0000)
intl/ChangeLog
intl/Makefile.in

index 1fc403312c8eb92854b94d2093c1b7f4944c9461..ed2c64285c2c56d93016d5f1b9264ae727d3156d 100644 (file)
@@ -1,3 +1,9 @@
+2001-01-01  Bruno Haible  <haible@clisp.cons.org>
+
+       * Makefile.in (mostlyclean): Remove intlh.inst, charset.alias,
+       ref-add.sed, ref-del.sed.
+       (distclean): In the gettext package, remove VERSION.
+
 2001-01-01  Bruno Haible  <haible@clisp.cons.org>
 
        Finish implementation of plural form handling.
index f84c719949088072bf9a7887ce8c060f612215f7..fa1f1d9376dce41c5bfaa30d7c5a7886f5f5e9e8 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for directory with message catalog handling in GNU NLS Utilities.
-# Copyright (C) 1995, 1996, 1997, 1998, 2000 Free Software Foundation, Inc.
+# Copyright (C) 1995-1998, 2000, 2001 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
@@ -239,12 +239,18 @@ ID: $(HEADERS) $(SOURCES)
 
 
 mostlyclean:
-       rm -f *.a *.o *.lo core core.* plusral.h
+       rm -f *.a *.o *.lo core core.*
+       rm -f intlh.inst charset.alias ref-add.sed ref-del.sed
 
 clean: mostlyclean
 
 distclean: clean
        rm -f Makefile ID TAGS po2msg.sed po2tbl.sed
+       if test "$(PACKAGE)" = gettext; then \
+         rm -f $(DISTFILES.normal); \
+       else \
+         : ; \
+       fi
 
 maintainer-clean: distclean
        @echo "This command is intended for maintainers to use;"