diff options
-rw-r--r-- | Makefile.am | 8 | ||||
-rw-r--r-- | mate-system-monitor.appdata.xml.in (renamed from mate-system-monitor.appdata.xml) | 0 | ||||
-rw-r--r-- | po/POTFILES.in | 1 |
3 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 44436ec..30083f9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,9 +6,15 @@ man_MANS = mate-system-monitor.1 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} +@INTLTOOL_XML_RULE@ +appdatadir = $(datadir)/appdata +appdata_in_files = mate-system-monitor.appdata.xml.in +appdata_DATA = $(appdata_in_files:.xml.in=.xml) + EXTRA_DIST = \ autogen.sh \ $(man_MANS) \ + $(appdata_in_files) \ mate-system-monitor.desktop.in \ intltool-extract.in \ intltool-merge.in \ @@ -23,6 +29,8 @@ Applications_DATA = $(Applications_in_files:.desktop.in=.desktop) distuninstallcheck_listfiles = find . -type f -print | grep -v 'scrollkeeper' +CLEANFILES = mate-system-monitor.appdata.xml + DISTCLEANFILES = \ intltool-extract \ intltool-merge \ diff --git a/mate-system-monitor.appdata.xml b/mate-system-monitor.appdata.xml.in index efa0f9a..efa0f9a 100644 --- a/mate-system-monitor.appdata.xml +++ b/mate-system-monitor.appdata.xml.in diff --git a/po/POTFILES.in b/po/POTFILES.in index 9436b0c..9a02f20 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,6 +1,7 @@ [encoding: UTF-8] # List of source files containing translatable strings. # Please keep this file sorted alphabetically. +mate-system-monitor.appdata.xml.in mate-system-monitor.desktop.in.in src/argv.cpp src/argv.h |