Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Mailänder <matthias@mailaender.name>2016-07-18 15:33:22 +0300
committerMatthias Mailänder <matthias@mailaender.name>2016-07-18 15:33:22 +0300
commit803be0edc4a2f9837e6016d54d1656a1a26a8e21 (patch)
tree671c11d80edf41a2ba4821cdf482ead71fd8d92a /main/Makefile.am
parentec9cc9db8f9edce9a415c350a78401c3547c37db (diff)
Add an appdata file.
Diffstat (limited to 'main/Makefile.am')
-rw-r--r--main/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/Makefile.am b/main/Makefile.am
index 2f13283b89..47555b043b 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -43,6 +43,9 @@ buildinfo_DATA = $(buildinfo)
desktopdir = $(datadir)/applications
desktop_DATA = monodevelop.desktop
+appdatadir = $(datadir)/appdata
+appdata_DATA = monodevelop.appdata.xml
+
xdgmimedir = $(datadir)/mime/packages
xdgmime_DATA = monodevelop.xml
@@ -181,7 +184,7 @@ app-dir: all
#cp -a build/bin $(MAC_APP_LIB_DIR)
# we can't use the variables that are conditionally defined
-EXTRA_DIST = $(bin_SCRIPTS) $(desktop_DATA) $(pixmap_DATA) \
+EXTRA_DIST = $(bin_SCRIPTS) $(desktop_DATA) $(appdata_DATA) $(pixmap_DATA) \
monodevelop.xml $(pkgconfig_in_files) external/Makefile.in \
Main.sln \
md.targets