From b8e7dfa4baffa4378aee618d66ebfedaa285b235 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Fri, 16 Oct 2015 17:25:01 +0200 Subject: build: Let 'make dist' do a better job --- data/Makefile.am | 3 +++ data/icons/Makefile.am | 2 ++ data/misc/Makefile.am | 2 ++ 3 files changed, 7 insertions(+) (limited to 'data') 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) -- cgit 1.4.1