diff options
Diffstat (limited to 'help/clock/Makefile.am')
-rw-r--r-- | help/clock/Makefile.am | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/help/clock/Makefile.am b/help/clock/Makefile.am index 658d88cd..80e31873 100644 --- a/help/clock/Makefile.am +++ b/help/clock/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-clock -DOC_INCLUDES = legal.xml +HELP_ID = clock -DOC_LINGUAS = ar ca cs da de el en_GB es eu fi fr it ja ko nl oc pa pt pt_BR ru sr sv th uk zh_CN zh_HK zh_TW +HELP_FILES = \ + index.docbook \ + legal.xml + +HELP_MEDIA = + +HELP_LINGUAS = ar ca cs da de el en_GB es eu fi fr it ja ko nl oc pa pt pt_BR ru sr sv th uk zh_CN zh_HK zh_TW -include $(top_srcdir)/git.mk |