diff options
author | Christian Persch <chpe@src.gnome.org> | 2007-09-13 02:42:57 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-09-13 02:42:57 +0800 |
commit | 638af2df837e0049c7f505443b1db27f9c3b2b2f (patch) | |
tree | 5a5be9aea71d80bff19452997efe83e641bf3552 /Makefile.am | |
parent | 85e48eed9e19e82448ad60d4252edec04ad8dbd0 (diff) | |
download | gsoc2013-epiphany-638af2df837e0049c7f505443b1db27f9c3b2b2f.tar.gz gsoc2013-epiphany-638af2df837e0049c7f505443b1db27f9c3b2b2f.tar.zst gsoc2013-epiphany-638af2df837e0049c7f505443b1db27f9c3b2b2f.zip |
Move old ChangeLog to ChangeLog-20070912, and dist it.
Update HACKING file for no-ChangeLog policy.
svn path=/trunk/; revision=7394
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 10 |
1 files changed, 8 insertions, 2 deletions
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' + |