diff options
author | Stefano Karapetsas <[email protected]> | 2013-08-06 14:35:10 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-08-06 14:35:10 -0700 |
commit | ed0921aa6001db711ef137ba5b97941c7c2a6d80 (patch) | |
tree | 09022320f0381761340f6ef24866f9b276837cfc /drivemount/help/Makefile.am | |
parent | 32a2bc051959798d978e6967bd34ff8882aada39 (diff) | |
parent | 556640ffc27a3496ceda03c7f5d75e4d8813586d (diff) | |
download | mate-applets-ed0921aa6001db711ef137ba5b97941c7c2a6d80.tar.bz2 mate-applets-ed0921aa6001db711ef137ba5b97941c7c2a6d80.tar.xz |
Merge pull request #51 from infirit/yelptools
Use yelp-tools instead of mate-doc-utils
Diffstat (limited to 'drivemount/help/Makefile.am')
-rw-r--r-- | drivemount/help/Makefile.am | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/drivemount/help/Makefile.am b/drivemount/help/Makefile.am index 853abe3b..197df0a0 100644 --- a/drivemount/help/Makefile.am +++ b/drivemount/help/Makefile.am @@ -1,15 +1,14 @@ -include $(top_srcdir)/mate-doc-utils.make -dist-hook: doc-dist-hook +@YELP_HELP_RULES@ -DOC_MODULE = mate-drivemount -DOC_ENTITIES = legal.xml +HELP_ID = mate-drivemount +HELP_FILES = index.docbook legal.xml -DOC_FIGURES = figures/drivemount-applet_eject.png \ +HELP_MEDIA = figures/drivemount-applet_eject.png \ figures/drivemount-applet_example.png \ figures/drivemount-applet_mount.png \ figures/drivemount-applet_open.png \ figures/drivemount-applet_status.png -DOC_LINGUAS = ca cs da de el en_GB es eu fi fr it ko oc pa ru sv uk zh_CN +HELP_LINGUAS = ca cs da de el en_GB es eu fi fr it ko oc pa ru sv uk zh_CN -include $(top_srcdir)/git.mk |