From 638af2df837e0049c7f505443b1db27f9c3b2b2f Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 12 Sep 2007 18:42:57 +0000 Subject: Move old ChangeLog to ChangeLog-20070912, and dist it. Update HACKING file for no-ChangeLog policy. svn path=/trunk/; revision=7394 --- Makefile.am | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 87c81a5cc..d8102fd26 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,6 +2,8 @@ SUBDIRS = lib embed src plugins data po help doc ACLOCAL_AMFLAGS = -I m4 +NULL = + EXTRA_DIST = \ autogen.sh \ intltool-merge.in \ @@ -14,13 +16,16 @@ EXTRA_DIST = \ ChangeLog-20030925 \ ChangeLog-20040912 \ ChangeLog-20050828 \ - ChangeLog-20061106 + ChangeLog-20061106 \ + ChangeLog-20070912 \ + $(NULL) DISTCLEANFILES = \ intltool-extract \ intltool-merge \ intltool-update \ - gnome-doc-utils.make + gnome-doc-utils.make \ + $(NULL) DISTCHECK_CONFIGURE_FLAGS = \ --enable-python \ @@ -34,3 +39,4 @@ DISTCHECK_CONFIGURE_FLAGS = \ # Ignore gtk theme cache files on distcheck distuninstallcheck_listfiles = find . -type f -print | grep -v 'icon-theme.cache' + -- cgit v1.2.3