diff options
author | infirit <[email protected]> | 2013-08-02 20:35:48 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-08-02 20:35:48 +0200 |
commit | ad1296ba4298f970ecfad5a7286d4ca7ab4031af (patch) | |
tree | 7b1fcc321306dc01b58c45b29f67506328e6ad9f /help/Makefile.am | |
parent | f20f73d80569c1503da53ccc16f18476d572afee (diff) | |
download | atril-ad1296ba4298f970ecfad5a7286d4ca7ab4031af.tar.bz2 atril-ad1296ba4298f970ecfad5a7286d4ca7ab4031af.tar.xz |
Use yelp-tools instead of mate-doc-utils
Diffstat (limited to 'help/Makefile.am')
-rw-r--r-- | help/Makefile.am | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/help/Makefile.am b/help/Makefile.am index ba58c53c..d847b21d 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -1,17 +1,11 @@ SUBDIRS = reference -if ENABLE_HELP +@YELP_HELP_RULES@ -include $(top_srcdir)/mate-doc-utils.make -dist-hook: doc-dist-hook +HELP_ID = atril +HELP_FILES = index.docbook legal.xml +HELP_MEDIA = figures/atril_start_window.png -DOC_MODULE = atril -DOC_ENTITIES = legal.xml -DOC_INCLUDES = -DOC_FIGURES = figures/atril_start_window.png - -DOC_LINGUAS = bg ca cs de el en_GB es eu fi fr it ja nl oc pt_BR ru sl sr sv uk vi zh_CN +HELP_LINGUAS = bg ca cs de el en_GB es eu fi fr it ja nl oc pt_BR ru sl sr sv uk vi zh_CN -include $(top_srcdir)/git.mk - -endif |