diff options
author | Stefano Karapetsas <[email protected]> | 2013-08-06 13:18:42 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-08-06 13:18:42 -0700 |
commit | 7920d644cd2c37d83c1b1305aef9b31dbe8fd3d0 (patch) | |
tree | b4641f118996f228673d678952635c6500e5a439 /gsearchtool/help/Makefile.am | |
parent | a59fda7d006b856ac5982750f2ffdefd24191be0 (diff) | |
parent | 46da48cd9f8be3f36e36031b10681e3baff0dc94 (diff) | |
download | mate-utils-7920d644cd2c37d83c1b1305aef9b31dbe8fd3d0.tar.bz2 mate-utils-7920d644cd2c37d83c1b1305aef9b31dbe8fd3d0.tar.xz |
Merge pull request #33 from infirit/yelptools
Use yelp-tools instead of mate-doc-utils
Diffstat (limited to 'gsearchtool/help/Makefile.am')
-rw-r--r-- | gsearchtool/help/Makefile.am | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/gsearchtool/help/Makefile.am b/gsearchtool/help/Makefile.am index acf9b6da..07d111b1 100644 --- a/gsearchtool/help/Makefile.am +++ b/gsearchtool/help/Makefile.am @@ -1,8 +1,6 @@ -include $(top_srcdir)/mate-doc-utils.make -dist-hook: doc-dist-hook +@YELP_HELP_RULES@ -DOC_MODULE = mate-search-tool -DOC_ENTITIES = legal.xml -DOC_INCLUDES = +HELP_ID = mate-search-tool +HELP_FILES = index.docbook legal.xml -DOC_LINGUAS = ca cs de el en_GB es eu fi fr it ko oc ru sv uk zh_CN +HELP_LINGUAS = ca cs de el en_GB es eu fi fr it ko oc ru sv uk zh_CN |