summary refs log tree commit diff stats
path: root/data
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2015-10-16 17:25:01 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2015-10-16 17:25:01 +0200
commitb8e7dfa4baffa4378aee618d66ebfedaa285b235 (patch)
treedbe616d7b0792a003381a837cb6712b612a079fe /data
parent1d8dd50455248f61e01c3a1d1d3605dac5c4b107 (diff)
build: Let 'make dist' do a better job
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am3
-rw-r--r--data/icons/Makefile.am2
-rw-r--r--data/misc/Makefile.am2
3 files changed, 7 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index c1cf7932..7b124b87 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -3,3 +3,6 @@ SUBDIRS = pkgconfig man
 if DO_GTK
 SUBDIRS += icons misc
 endif
+
+EXTRA_DIST = \
+	hexchat.gresource.xml
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index 06e52ad5..05eb59d5 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -11,3 +11,5 @@ install-data-hook:
 
 uninstall-hook:
 	$(UPDATE_ICON_CACHE);
+
+EXTRA_DIST = $(icon_DATA) $(hicolor_DATA)
diff --git a/data/misc/Makefile.am b/data/misc/Makefile.am
index 94138185..48805ba3 100644
--- a/data/misc/Makefile.am
+++ b/data/misc/Makefile.am
@@ -26,4 +26,6 @@ uninstall-hook:
 	$(UPDATE_MIME_DATABASE);
 	$(UPDATE_DESKTOP_DATABASE);
 
+EXTRA_DIST = hexchat.appdata.xml.in hexchat.desktop.in htm.desktop.in htm-mime.xml
+
 CLEANFILES = $(appdata_DATA) $(data_desktop_DATA)