summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStefan Walter <stefw@src.gnome.org>2007-05-18 19:47:51 +0000
committerStefan Walter <stefw@src.gnome.org>2007-05-18 19:47:51 +0000
commitcd53523ae6adc035e3d03a425a3daed81d32d401 (patch)
tree043d9a7e22edb031709eea559ac5a15d4848298d /Makefile.am
parentec8bbbaf7005587449163793a46bcdd83aed0aa9 (diff)
downloadgnome-keyring-cd53523ae6adc035e3d03a425a3daed81d32d401.tar.gz
Pass make distcheck Add myself as an author Update info files about
* tests/Makefile.am: * Makefile.am: Pass make distcheck * AUTHORS: Add myself as an author * HACKING: Update info files about gnome-keyring svn path=/trunk/; revision=611
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c2751e6b..3075eb41 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,7 +18,8 @@ SUBDIRS = \
EXTRA_DIST = \
intltool-extract.in \
intltool-merge.in \
- intltool-update.in
+ intltool-update.in \
+ HACKING
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
@@ -26,3 +27,7 @@ DISTCLEANFILES = \
intltool-extract \
intltool-merge \
intltool-update
+
+# Clean up any EXTRA_DIST we're distributing
+dist-hook:
+ rm -rf `find $(distdir)/ -name .svn`