From 1829f75a5a67eaf58aa33aca614f260a29199ffc Mon Sep 17 00:00:00 2001 From: Daniel Mustieles Date: Wed, 22 Jan 2014 11:50:15 +0100 Subject: Added AppData file --- data/Makefile.am | 12 +++++++++++- data/yelp.appdata.xml.in | 19 +++++++++++++++++++ po/POTFILES.in | 1 + 3 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 data/yelp.appdata.xml.in diff --git a/data/Makefile.am b/data/Makefile.am index 234e6139..59fe31b8 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -5,7 +5,17 @@ MOSTLYCLEANFILES = @INTLTOOL_SCHEMAS_RULE@ +appdatadir = $(datadir)/appdata +appdata_in_files = yelp.appdata.xml.in +appdata_DATA = $(appdata_in_files:.xml.in=.xml) +@INTLTOOL_XML_RULE@ + gsettings_SCHEMAS = org.gnome.yelp.gschema.xml @GSETTINGS_RULES@ -EXTRA_DIST = $(gsettings_SCHEMAS) +EXTRA_DIST = \ + $(appdata_in_files) \ + $(gsettings_SCHEMAS) + +CLEANFILES = \ + $(appdata_DATA) diff --git a/data/yelp.appdata.xml.in b/data/yelp.appdata.xml.in new file mode 100644 index 00000000..9d7d39af --- /dev/null +++ b/data/yelp.appdata.xml.in @@ -0,0 +1,19 @@ + + +yelp.desktop +CC0 + +<_p> +Yelp is a viewer and framework for documentation on the Linux desktop. It is used heavily by the GNOME desktop environment, and its tools serve as the reference implementation for the Mallard help format. Yelp supports DocBook, Mallard, HTML, man, and info documents. + +<_p> +Yelp development has led to the development of various tools, and the Mallard and DocBook transformations live in standalone XSLT module. All of these are under the umbrella name Yelp. + + + +https://wiki.gnome.org/Apps/Yelp?action=AttachFile&do=view&target=yelp_screenshot.png + +https://wiki.gnome.org/Apps/Yelp +gnome-doc-devel-list@gnome.org + + diff --git a/po/POTFILES.in b/po/POTFILES.in index fec0dae7..d3fc9e62 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -2,6 +2,7 @@ # Please keep this file sorted alphabetically. [encoding: UTF-8] data/domains/yelp.pot +data/yelp.appdata.xml.in libyelp/yelp-bz2-decompressor.c libyelp/yelp-debug.c libyelp/yelp-docbook-document.c -- cgit v1.2.1