Update of /cvsroot/gtk2hs/gtk2hs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18379
Modified Files:
ChangeLog Makefile VERSION aclocal.m4
Log Message:
Cleaning is now cleaner.
Index: aclocal.m4
===================================================================
RCS file: /cvsroot/gtk2hs/gtk2hs/aclocal.m4,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- aclocal.m4 21 Oct 2003 23:42:03 -0000 1.3
+++ aclocal.m4 16 Aug 2004 07:35:54 -0000 1.4
@@ -1,6 +1,6 @@
-# aclocal.m4t generated automatically by aclocal 1.5
+# generated automatically by aclocal 1.7.5 -*- Autoconf -*-
-# Copyright 1996, 1997, 1998, 1999, 2000, 2001
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
Index: VERSION
===================================================================
RCS file: /cvsroot/gtk2hs/gtk2hs/VERSION,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- VERSION 27 Jul 2004 08:10:40 -0000 1.8
+++ VERSION 16 Aug 2004 07:35:54 -0000 1.9
@@ -1 +1 @@
-0.9.5.50
+0.9.6
Index: Makefile
===================================================================
RCS file: /cvsroot/gtk2hs/gtk2hs/Makefile,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- Makefile 28 Jul 2004 09:52:32 -0000 1.31
+++ Makefile 16 Aug 2004 07:35:54 -0000 1.32
@@ -43,6 +43,9 @@
MAKE_APPS += demo/sourceview demo/gconf
endif
+EXTRA_DISTCLEANFILES = $(strip mk/config.mk mk/chsDepend config.status \
+ config.log gtk2hs.spec)
+
EXTRA_TARFILES = $(strip AUTHORS COPYING.LIB ChangeLog INSTALL Makefile \
TODO VERSION aclocal.m4 acinclude.m4 \
configure.in configure mk/recurse.mk \
Index: ChangeLog
===================================================================
RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v
retrieving revision 1.223
retrieving revision 1.224
diff -u -d -r1.223 -r1.224
--- ChangeLog 11 Aug 2004 08:41:55 -0000 1.223
+++ ChangeLog 16 Aug 2004 07:35:54 -0000 1.224
@@ -1,3 +1,12 @@
+2004-08-15 Axel Simon <A....@ke...>
+
+ * mk/common.mk, mk/library.mk, mk/recurse.mk, Makefile: Make clean
+ and make distclean remove more files now.
+
+2004-08-15 Axel Simon <A....@ke...>
+
+ * VERSION: Bumped to 0.9.6. Release.
+
2004-08-11 Axel Simon <A....@ke...>
* configure.in: Make install-sh executable and don't inform about
|