diff options
author | infirit <[email protected]> | 2014-11-10 11:56:23 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-10 11:56:23 +0100 |
commit | 7f1178f973d6a485fb32f55eca526d780bed72cc (patch) | |
tree | 6f85d4ea687ec2991ece333a2f4cb0fd86b5adc3 /Makefile.am | |
parent | 2301530c14c1a3e677f09d02e07480c1e023d9b2 (diff) | |
download | mate-terminal-7f1178f973d6a485fb32f55eca526d780bed72cc.tar.bz2 mate-terminal-7f1178f973d6a485fb32f55eca526d780bed72cc.tar.xz |
appdata: Add autotool bits for appdata
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7f449d7..c2fdab1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,6 +10,11 @@ DISTCHECK_CONFIGURE_FLAGS = \ --disable-silent-rules \ --with-gtk=2.0 +@INTLTOOL_XML_RULE@ +appdatadir = $(datadir)/appdata +appdata_in_files = mate-terminal.appdata.xml.in +appdata_DATA = $(appdata_in_files:.xml.in=.xml) + desktopdir = $(datadir)/applications desktop_in_files = @[email protected] desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop) @@ -26,10 +31,12 @@ EXTRA_DIST = \ xmldocs.make \ omf.make \ mate-terminal.wrapper \ - $(man_MANS) \ + $(appdata_in_files) \ + $(man_MANS) \ $(NULL) CLEANFILES = \ + mate-terminal.appdata.xml \ $(desktop_DATA) \ $(NULL) |