summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBenedikt Meurer <benny@xfce.org>2007-01-15 21:05:27 +0000
committerBenedikt Meurer <benny@xfce.org>2007-01-15 21:05:27 +0000
commit295c43049dc2eaf89da445a218e4d0ee4089ee6e (patch)
treea4b05b1cca773f00fcaf02d0771461bc7f7896f4 /Makefile.am
parent0e2257b30139626550cddef82390d675c23b36cc (diff)
downloadthunar-volman-295c43049dc2eaf89da445a218e4d0ee4089ee6e.tar.gz
2007-01-15 Benedikt Meurer <benny@xfce.org>thunar-volman-0.1.0
* === Released 0.1.0 === * README: Update website URL and dependencies. * NEWS, configure.in.in: Bump version. * THANKS: Add translator credits. * po/*.po: Update project version. (Old svn revision: 2368)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 6b28a88..f1bc037 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,4 +12,7 @@ rpm: dist
rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
@rm -f $(PACKAGE)-$(VERSION).tar.gz
+EXTRA_DIST = \
+ THANKS
+
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake: