diff mbox

[tvtime,3/4] docs/Makefile.am: Actually install the appdata / ship it in make dist

Message ID 1456312027-8484-3-git-send-email-hdegoede@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Hans de Goede Feb. 24, 2016, 11:07 a.m. UTC
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
 docs/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)
diff mbox

Patch

diff --git a/docs/Makefile.am b/docs/Makefile.am
index 8e8e937..a3ad41d 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -34,6 +34,8 @@  EXTRA_DIST = $(docs_html) tvtime.16x16.png \
 # http://www.freedesktop.org/standards/desktop-entry-spec/
 desktopdatadir = $(datadir)/applications
 dist_desktopdata_DATA = tvtime.desktop
+appdatadir = $(datadir)/appdata
+dist_appdata_DATA = tvtime.appdata.xml
 
 # We use $(datadir)/icons/hicolor as our theme from the freedesktop spec
 # http://www.freedesktop.org/standards/menu-spec/