diff options
author | Stefano Karapetsas <[email protected]> | 2013-08-01 16:29:19 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-08-01 16:29:19 -0700 |
commit | e8d72543591c74ba8cc9e7255a77ddb97d1618f0 (patch) | |
tree | 111f4891de5026bbd95ac11bd4cda14508614042 /help/Makefile.am | |
parent | db06e0af97a338992db45656f2ca9cd4a30abfe6 (diff) | |
parent | 13129792ac2ee82d15706029f92f5b0c29b22493 (diff) | |
download | mate-control-center-e8d72543591c74ba8cc9e7255a77ddb97d1618f0.tar.bz2 mate-control-center-e8d72543591c74ba8cc9e7255a77ddb97d1618f0.tar.xz |
Merge pull request #61 from infirit/yelptools
Use yelp-tools instead of mate-doc-utils
Diffstat (limited to 'help/Makefile.am')
-rw-r--r-- | help/Makefile.am | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/help/Makefile.am b/help/Makefile.am index 5c6ded9c..70bf2969 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -1,10 +1,8 @@ -include $(top_srcdir)/mate-doc-utils.make -dist-hook: doc-dist-hook +@YELP_HELP_RULES@ -DOC_MODULE = mate-control-center -DOC_ENTITIES = config-accessibility-keyboard.xml config-background.xml config-behavior.xml config-cds.xml config-default-apps.xml config-file-type.xml config-hints.xml config-html.xml config-kbd.xml config-keybindings.xml config-mouse.xml config-screensaver.xml config-themes.xml -DOC_INCLUDES = +HELP_ID = mate-control-center +HELP_FILES = index.docbook config-accessibility-keyboard.xml config-background.xml config-behavior.xml config-cds.xml config-default-apps.xml config-file-type.xml config-hints.xml config-html.xml config-kbd.xml config-keybindings.xml config-mouse.xml config-screensaver.xml config-themes.xml -DOC_LINGUAS = ca ca@valencia cs de el en_GB es fr id it ja oc pa pl pt pt_BR ru sv th uk vi zh_CN +HELP_LINGUAS = ca ca@valencia cs de el en_GB es fr id it ja oc pa pl pt pt_BR ru sv th uk vi zh_CN -include $(top_srcdir)/git.mk |