diff options
author | infirit <[email protected]> | 2013-08-01 12:45:57 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-08-01 12:45:57 +0200 |
commit | 7f7eeccf65d7f7f69ff78e2444d454cfdf765af8 (patch) | |
tree | 022a072cb1c1797881e728b9b60eb0fb74d5500e /doc/creating_themes/Makefile.am | |
parent | 1e8678642d984fc205fd803fffe915417802139f (diff) | |
download | marco-7f7eeccf65d7f7f69ff78e2444d454cfdf765af8.tar.bz2 marco-7f7eeccf65d7f7f69ff78e2444d454cfdf765af8.tar.xz |
Use yelp-tools instead of mate-doc-utils
Diffstat (limited to 'doc/creating_themes/Makefile.am')
-rw-r--r-- | doc/creating_themes/Makefile.am | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/doc/creating_themes/Makefile.am b/doc/creating_themes/Makefile.am index b848256c..7d567745 100644 --- a/doc/creating_themes/Makefile.am +++ b/doc/creating_themes/Makefile.am @@ -1,24 +1,20 @@ ### This part of Makefile.am can be customized by you. -# mate-doc-utils standard variables: -include $(top_srcdir)/mate-doc-utils.make -dist-hook: doc-dist-hook +# yelp-tools: +@YELP_HELP_RULES@ # The name of the directory in /usr/share/mate/help/, # and the name of the main .xml file: -DOC_MODULE = creating-marco-themes +HELP_ID = creating-marco-themes # The names of any files included via entity declarations. -DOC_ENTITIES = - -# The names of any files included by xincluded (preferred): -DOC_INCLUDES = +HELP_FILES = index.docbook # The names of any pictures: -DOC_FIGURES = +HELP_MEDIA = # The names of any locales for which documentation translations exist: -DOC_LINGUAS = +HELP_LINGUAS = |