diff options
author | Shaun McCance <shaunm@src.gnome.org> | 2006-02-18 23:19:59 +0000 |
---|---|---|
committer | Shaun McCance <shaunm@src.gnome.org> | 2006-02-18 23:19:59 +0000 |
commit | 0fa4d44f1f6e400038c0acef52b45468d657dab7 (patch) | |
tree | 8a4c128c2aadfc05dc870935d6245756a80d30bc /gnome2-accessibility-guide | |
parent | 3b36c0e83153a5bc76359752a30e9fe9d3a5cab5 (diff) | |
download | gnome-user-docs-0fa4d44f1f6e400038c0acef52b45468d657dab7.tar.gz gnome-user-docs-0fa4d44f1f6e400038c0acef52b45468d657dab7.tar.xz gnome-user-docs-0fa4d44f1f6e400038c0acef52b45468d657dab7.zip |
- Converting to gnome-doc-utils
* Makefile.am:
* configure.in:
* gnome2-accessibility-guide/Makefile.am:
* gnome2-accessibility-guide/C/dtconfig.xml:
* gnome2-accessibility-guide/C/gnome-access-guide.xml:
* gnome2-system-admin-guide/Makefile.am:
* gnome2-system-admin-guide/C/system-admin-guide.xml:
* gnome2-user-guide/Makefile.am:
* gnome2-user-guide/C/user-guide.xml:
- Converting to gnome-doc-utils
Diffstat (limited to 'gnome2-accessibility-guide')
-rw-r--r-- | gnome2-accessibility-guide/C/dtconfig.xml | 4 | ||||
-rw-r--r-- | gnome2-accessibility-guide/C/gnome-access-guide.xml | 4 | ||||
-rw-r--r-- | gnome2-accessibility-guide/Makefile.am | 15 |
3 files changed, 18 insertions, 5 deletions
diff --git a/gnome2-accessibility-guide/C/dtconfig.xml b/gnome2-accessibility-guide/C/dtconfig.xml index 783f816..e4d8566 100644 --- a/gnome2-accessibility-guide/C/dtconfig.xml +++ b/gnome2-accessibility-guide/C/dtconfig.xml @@ -369,7 +369,7 @@ following functions:</para> </row> <row> <entry colname="colspec0" valign="top"> -<para>−</para> +<para>-</para> </entry> <entry colname="colspec1" valign="top"> <para>Tertiary mouse button</para> @@ -381,7 +381,7 @@ following functions:</para> <para>The toggle mouse button key enable the currently selected mouse button until the <guilabel>Mouse button click</guilabel> key is pressed. This allows you to perform drag and drop operations.</para> -<para>The <guilabel>Mouse button click</guilabel> emulates the currently selected mouse button. Pressing <keycap>/</keycap>, <keycap>*</keycap> or <keycap>−</keycap> will change the behaviour of this. The currently selected mouse button can be seen in the <application>Keyboard Accessibility Status</application> panel application, discussed in <xref linkend="dtconfig-21"/>.</para> +<para>The <guilabel>Mouse button click</guilabel> emulates the currently selected mouse button. Pressing <keycap>/</keycap>, <keycap>*</keycap> or <keycap>-</keycap> will change the behaviour of this. The currently selected mouse button can be seen in the <application>Keyboard Accessibility Status</application> panel application, discussed in <xref linkend="dtconfig-21"/>.</para> <note> <para>The <guilabel>Primary mouse button</guilabel> is the left mouse button for right handed people. The <guilabel>Secondary mouse button</guilabel> is the right mouse button and the <guilabel>Tertiary mouse button</guilabel> is the middle mouse button.</para> diff --git a/gnome2-accessibility-guide/C/gnome-access-guide.xml b/gnome2-accessibility-guide/C/gnome-access-guide.xml index 7231fbf..06a0d56 100644 --- a/gnome2-accessibility-guide/C/gnome-access-guide.xml +++ b/gnome2-accessibility-guide/C/gnome-access-guide.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ <!ENTITY gnomeversion "2.14"> <!ENTITY manrevision "2.14.0"> @@ -37,7 +37,7 @@ <holder>ME-THE-TRANSLATOR (Latin translation)</holder> </copyright> --> - <publisher> + <publisher role="maintainer"> <publishername>GNOME Documentation Project</publishername> </publisher> &LEGAL; diff --git a/gnome2-accessibility-guide/Makefile.am b/gnome2-accessibility-guide/Makefile.am index 1487d19..3958687 100644 --- a/gnome2-accessibility-guide/Makefile.am +++ b/gnome2-accessibility-guide/Makefile.am @@ -1,2 +1,15 @@ -SUBDIRS = C +include $(top_srcdir)/gnome-doc-utils.make +dist-hook: doc-dist-hook +DOC_MODULE = gnome-access-guide +DOC_ENTITIES = \ + accessintro.xml \ + ats.xml \ + dtconfig.xml \ + keynav.xml \ + preface.xml \ + sysadmin.xml \ + themes.xml \ + legal.xml + +DOC_LINGUAS = |