diff options
author | Stefano Karapetsas <[email protected]> | 2013-07-12 22:00:50 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-07-12 22:00:50 +0200 |
commit | 2ced54ba17c63fda9f5da417f4dd0d5380db8b59 (patch) | |
tree | 06c64312ba30791be4ece3018c2029bf029e9e61 /help/fish/Makefile.am | |
parent | 95aab3454879d73a8ad049c17d566629374b30bc (diff) | |
download | mate-panel-2ced54ba17c63fda9f5da417f4dd0d5380db8b59.tar.bz2 mate-panel-2ced54ba17c63fda9f5da417f4dd0d5380db8b59.tar.xz |
Use yelp-tools instead of mate-doc-utils
Diffstat (limited to 'help/fish/Makefile.am')
-rw-r--r-- | help/fish/Makefile.am | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/help/fish/Makefile.am b/help/fish/Makefile.am index 1c4694cb..380b96c5 100644 --- a/help/fish/Makefile.am +++ b/help/fish/Makefile.am @@ -1,9 +1,13 @@ -include $(top_srcdir)/mate-doc-utils.make -dist-hook: doc-dist-hook +@YELP_HELP_RULES@ -DOC_MODULE = mate-applet-fish -DOC_INCLUDES = legal.xml +HELP_ID = fish -DOC_LINGUAS = ca cs de el en_GB es eu fi fr it ja ko oc ru sv th uk zh_CN +HELP_FILES = \ + index.docbook \ + legal.xml + +HELP_MEDIA = + +HELP_LINGUAS = ca cs de el en_GB es eu fi fr it ja ko oc ru sv th uk zh_CN -include $(top_srcdir)/git.mk |