diff options
author | Stefano Karapetsas <[email protected]> | 2013-07-17 14:29:53 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-07-17 14:29:53 +0200 |
commit | ca0a6b583480b07d13e98ebcb7105dfb344367c2 (patch) | |
tree | 917a758b77ddf2f04a06369c2bfb9accc2ddc48d /desktop-docs | |
parent | e5e03d83c9c20017e9a042023b84ad2a21524210 (diff) | |
download | mate-desktop-ca0a6b583480b07d13e98ebcb7105dfb344367c2.tar.bz2 mate-desktop-ca0a6b583480b07d13e98ebcb7105dfb344367c2.tar.xz |
Replace mate-doc-utils with yelp-tools
Diffstat (limited to 'desktop-docs')
-rw-r--r-- | desktop-docs/fdl/C/index.docbook (renamed from desktop-docs/fdl/C/fdl.xml) | 0 | ||||
-rw-r--r-- | desktop-docs/fdl/Makefile.am | 11 | ||||
-rw-r--r-- | desktop-docs/gpl/C/index.docbook (renamed from desktop-docs/gpl/C/gpl.xml) | 0 | ||||
-rw-r--r-- | desktop-docs/gpl/Makefile.am | 11 | ||||
-rw-r--r-- | desktop-docs/lgpl/C/index.docbook (renamed from desktop-docs/lgpl/C/lgpl.xml) | 0 | ||||
-rw-r--r-- | desktop-docs/lgpl/Makefile.am | 11 |
6 files changed, 12 insertions, 21 deletions
diff --git a/desktop-docs/fdl/C/fdl.xml b/desktop-docs/fdl/C/index.docbook index 483ed15..483ed15 100644 --- a/desktop-docs/fdl/C/fdl.xml +++ b/desktop-docs/fdl/C/index.docbook diff --git a/desktop-docs/fdl/Makefile.am b/desktop-docs/fdl/Makefile.am index 759bc28..5afd918 100644 --- a/desktop-docs/fdl/Makefile.am +++ b/desktop-docs/fdl/Makefile.am @@ -1,10 +1,7 @@ -include $(top_srcdir)/mate-doc-utils.make -dist-hook: doc-dist-hook +@YELP_HELP_RULES@ -DOC_MODULE = fdl -DOC_ENTITIES = -DOC_INCLUDES = - -DOC_LINGUAS = ar ca el es eu fr hu ko oc pl sv uk vi de +HELP_ID = fdl +HELP_FILES = index.docbook +HELP_LINGUAS = ar ca el es eu fr hu ko oc pl sv uk vi de -include $(top_srcdir)/git.mk diff --git a/desktop-docs/gpl/C/gpl.xml b/desktop-docs/gpl/C/index.docbook index 7589a13..7589a13 100644 --- a/desktop-docs/gpl/C/gpl.xml +++ b/desktop-docs/gpl/C/index.docbook diff --git a/desktop-docs/gpl/Makefile.am b/desktop-docs/gpl/Makefile.am index aaee3b9..b887e17 100644 --- a/desktop-docs/gpl/Makefile.am +++ b/desktop-docs/gpl/Makefile.am @@ -1,10 +1,7 @@ -include $(top_srcdir)/mate-doc-utils.make -dist-hook: doc-dist-hook +@YELP_HELP_RULES@ -DOC_MODULE = gpl -DOC_ENTITIES = -DOC_INCLUDES = - -DOC_LINGUAS = ar ca cs el es eu fi fr hu ko nds oc pa uk vi zh_CN sv de +HELP_ID = gpl +HELP_FILES = index.docbook +HELP_LINGUAS = ar ca cs el es eu fi fr hu ko nds oc pa uk vi zh_CN sv de -include $(top_srcdir)/git.mk diff --git a/desktop-docs/lgpl/C/lgpl.xml b/desktop-docs/lgpl/C/index.docbook index dd7fa32..dd7fa32 100644 --- a/desktop-docs/lgpl/C/lgpl.xml +++ b/desktop-docs/lgpl/C/index.docbook diff --git a/desktop-docs/lgpl/Makefile.am b/desktop-docs/lgpl/Makefile.am index a63c0be..3db96db 100644 --- a/desktop-docs/lgpl/Makefile.am +++ b/desktop-docs/lgpl/Makefile.am @@ -1,10 +1,7 @@ -include $(top_srcdir)/mate-doc-utils.make -dist-hook: doc-dist-hook +@YELP_HELP_RULES@ -DOC_MODULE = lgpl -DOC_ENTITIES = -DOC_INCLUDES = - -DOC_LINGUAS = ar de el es eu fi fr hu ko oc pa sv uk vi zh_CN +HELP_ID = lgpl +HELP_FILES = index.docbook +HELP_LINGUAS = ar de el es eu fi fr hu ko oc pa sv uk vi zh_CN -include $(top_srcdir)/git.mk |