diff options
author | infirit <[email protected]> | 2013-07-31 17:48:12 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-07-31 17:48:12 +0200 |
commit | f03a750b9d654d43bb582991e40b66f6bbde6341 (patch) | |
tree | cf01fa9f5aff31fdef2904bbfdcb83802c84ffc9 /help/Makefile.am | |
parent | 7cea830d6bb27cc902c6069d2d8fe1c14b0099cb (diff) | |
download | engrampa-f03a750b9d654d43bb582991e40b66f6bbde6341.tar.bz2 engrampa-f03a750b9d654d43bb582991e40b66f6bbde6341.tar.xz |
Use yelp-tools instead of mate-doc-utils
Diffstat (limited to 'help/Makefile.am')
-rw-r--r-- | help/Makefile.am | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/help/Makefile.am b/help/Makefile.am index 380221a..93fcb38 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -1,16 +1,14 @@ -include $(top_srcdir)/mate-doc-utils.make -dist-hook: doc-dist-hook +@YELP_HELP_RULES@ -DOC_MODULE = engrampa -DOC_ENTITIES = legal.xml -DOC_INCLUDES = -DOC_FIGURES = \ +HELP_ID = engrampa +HELP_FILES = index.docbook legal.xml +HELP_MEDIA = \ figures/engrampa_home.png \ figures/engrampa_leftarrow.png \ figures/engrampa_main_window.png \ figures/engrampa_rightarrow.png \ figures/engrampa_uparrow.png -DOC_LINGUAS = bg ca cs de el en_GB es fi fr it ja oc nl ru sv vi uk zh_CN +HELP_LINGUAS = bg ca cs de el en_GB es fi fr it ja oc nl ru sv vi uk zh_CN -include $(top_srcdir)/git.mk |