Fix distclean to remove some extra files. #60993, Ben Gertzfield
authorOwen Taylor <otaylor@redhat.com>
Wed, 26 Sep 2001 19:37:08 +0000 (19:37 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Wed, 26 Sep 2001 19:37:08 +0000 (19:37 +0000)
Wed Sep 26 15:33:37 2001  Owen Taylor  <otaylor@redhat.com>

* Makefile.am po/Makefile.in.in: Fix distclean to
remove some extra files. #60993, Ben Gertzfield

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
Makefile.am
po/Makefile.in.in

index 17a2803..99dfc3b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Sep 26 15:33:37 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * Makefile.am po/Makefile.in.in: Fix distclean to 
+       remove some extra files. #60993, Ben Gertzfield
+
 Wed Sep 26 14:37:52 2001  Owen Taylor  <otaylor@redhat.com>
 
        * glib/gen-unicode-tables.pl glib/guniprop.c 
index 17a2803..99dfc3b 100644 (file)
@@ -1,3 +1,8 @@
+Wed Sep 26 15:33:37 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * Makefile.am po/Makefile.in.in: Fix distclean to 
+       remove some extra files. #60993, Ben Gertzfield
+
 Wed Sep 26 14:37:52 2001  Owen Taylor  <otaylor@redhat.com>
 
        * glib/gen-unicode-tables.pl glib/guniprop.c 
index 17a2803..99dfc3b 100644 (file)
@@ -1,3 +1,8 @@
+Wed Sep 26 15:33:37 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * Makefile.am po/Makefile.in.in: Fix distclean to 
+       remove some extra files. #60993, Ben Gertzfield
+
 Wed Sep 26 14:37:52 2001  Owen Taylor  <otaylor@redhat.com>
 
        * glib/gen-unicode-tables.pl glib/guniprop.c 
index 17a2803..99dfc3b 100644 (file)
@@ -1,3 +1,8 @@
+Wed Sep 26 15:33:37 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * Makefile.am po/Makefile.in.in: Fix distclean to 
+       remove some extra files. #60993, Ben Gertzfield
+
 Wed Sep 26 14:37:52 2001  Owen Taylor  <otaylor@redhat.com>
 
        * glib/gen-unicode-tables.pl glib/guniprop.c 
index 17a2803..99dfc3b 100644 (file)
@@ -1,3 +1,8 @@
+Wed Sep 26 15:33:37 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * Makefile.am po/Makefile.in.in: Fix distclean to 
+       remove some extra files. #60993, Ben Gertzfield
+
 Wed Sep 26 14:37:52 2001  Owen Taylor  <otaylor@redhat.com>
 
        * glib/gen-unicode-tables.pl glib/guniprop.c 
index 17a2803..99dfc3b 100644 (file)
@@ -1,3 +1,8 @@
+Wed Sep 26 15:33:37 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * Makefile.am po/Makefile.in.in: Fix distclean to 
+       remove some extra files. #60993, Ben Gertzfield
+
 Wed Sep 26 14:37:52 2001  Owen Taylor  <otaylor@redhat.com>
 
        * glib/gen-unicode-tables.pl glib/guniprop.c 
index 17a2803..99dfc3b 100644 (file)
@@ -1,3 +1,8 @@
+Wed Sep 26 15:33:37 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * Makefile.am po/Makefile.in.in: Fix distclean to 
+       remove some extra files. #60993, Ben Gertzfield
+
 Wed Sep 26 14:37:52 2001  Owen Taylor  <otaylor@redhat.com>
 
        * glib/gen-unicode-tables.pl glib/guniprop.c 
index 17a2803..99dfc3b 100644 (file)
@@ -1,3 +1,8 @@
+Wed Sep 26 15:33:37 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * Makefile.am po/Makefile.in.in: Fix distclean to 
+       remove some extra files. #60993, Ben Gertzfield
+
 Wed Sep 26 14:37:52 2001  Owen Taylor  <otaylor@redhat.com>
 
        * glib/gen-unicode-tables.pl glib/guniprop.c 
index 9067c15..435167e 100644 (file)
@@ -66,6 +66,8 @@ glibconfig.h.win32: $(top_builddir)/config.status $(top_srcdir)/glibconfig.h.win
 config.h.win32: $(top_builddir)/config.status $(top_srcdir)/config.h.win32.in
        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
+DISTCLEANFILES = glibconfig-sysdefs.h glibconfig.h stamp-gc-h
+
 .PHONY: files release sanity snapshot
 
 files:
index 8350ff7..d8bc42e 100644 (file)
@@ -195,7 +195,7 @@ mostlyclean:
 clean: mostlyclean
 
 distclean: clean
-       rm -f Makefile Makefile.in POTFILES *.mo *.msg *.cat *.cat.m
+       rm -f Makefile Makefile.in POTFILES *.mo *.msg *.cat *.cat.m po2tbl.sed
 
 maintainer-clean: distclean
        @echo "This command is intended for maintainers to use;"