Skip to content

Commit

Permalink
appdata: Add autotool bits for appdata
Browse files Browse the repository at this point in the history
  • Loading branch information
infirit committed Nov 10, 2014
1 parent 2301530 commit 7f1178f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)

Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions po/POTFILES.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[encoding: UTF-8]
# List of source files containing translatable strings.
# Please keep this file sorted alphabetically.
mate-terminal.appdata.xml.in
mate-terminal.desktop.in.in
src/eggsmclient.c
src/org.mate.terminal.gschema.xml.in
Expand Down

0 comments on commit 7f1178f

Please sign in to comment.