summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2015-03-04 11:24:28 +1300
committerRobert Ancell <robert.ancell@canonical.com>2015-03-04 11:24:28 +1300
commit131e731b608867b70e2d1754b5eca256ca3db52e (patch)
tree7dbf8efc95ca0920a9ca748f5842cbc52134ab2e /docs
parent816d75cfd904407e0731c65201d16ebfe9f167ec (diff)
downloaddconf-131e731b608867b70e2d1754b5eca256ca3db52e.tar.gz
Remove dconf-editor man page (moved to dconf-editor project)
https://bugzilla.gnome.org/show_bug.cgi?id=745500
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am4
-rw-r--r--docs/dconf-editor.xml61
2 files changed, 1 insertions, 64 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 542a38d..6bd93da 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -18,7 +18,6 @@ GTKDOC_LIBS = $(gio_LIBS) -L../client -ldconf -Wl,-rpath=../client
content_files = \
dconf-overview.xml \
dconf-service.xml \
- dconf-editor.xml \
dconf-tool.xml
XSLTPROC_MAN_FLAGS = \
@@ -43,11 +42,10 @@ man_MANS =
if ENABLE_MAN
man_MANS += \
dconf-service.1 \
- dconf-editor.1 \
dconf.1 \
dconf.7
endif
-EXTRA_DIST += dconf-service.xml dconf-editor.xml dconf-tool.xml dconf-overview.xml
+EXTRA_DIST += dconf-service.xml dconf-tool.xml dconf-overview.xml
DISTCLEANFILES = $(man_MANS)
diff --git a/docs/dconf-editor.xml b/docs/dconf-editor.xml
deleted file mode 100644
index 89b8942..0000000
--- a/docs/dconf-editor.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
- "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
-
-<refentry id="dconf-editor">
-
- <refentryinfo>
- <title>dconf-editor</title>
- <productname>dconf</productname>
-
- <authorgroup>
- <author>
- <contrib>Developer</contrib>
- <firstname>Robert</firstname>
- <surname>Ancell</surname>
- </author>
- </authorgroup>
- </refentryinfo>
-
- <refmeta>
- <refentrytitle>dconf-editor</refentrytitle>
- <manvolnum>1</manvolnum>
- <refmiscinfo class="manual">User Commands</refmiscinfo>
- </refmeta>
-
- <refnamediv>
- <refname>dconf-editor</refname>
- <refpurpose>Graphical editor for dconf</refpurpose>
- </refnamediv>
-
- <refsynopsisdiv>
- <cmdsynopsis>
- <command>dconf-editor</command>
- </cmdsynopsis>
- </refsynopsisdiv>
-
- <refsect1>
- <title>Description</title>
-
- <para>
- The <command>dconf-editor</command> program provides a graphical interface for editing settings that are
- stored in the dconf database. The
- <citerefentry><refentrytitle>gsettings</refentrytitle><manvolnum>1</manvolnum></citerefentry> utility
- provides similar functionality on the commandline.
- </para>
-
- <para>
- dconf-editor reads gsettings schemas from <filename>$XDG_DATA_DIRS/glib-2.0/schemas</filename> to obtain
- descriptions, default values and allowed values for keys.
- </para>
- </refsect1>
-
- <refsect1>
- <title>See Also</title>
- <para>
- <citerefentry><refentrytitle>dconf</refentrytitle><manvolnum>7</manvolnum></citerefentry>
- <citerefentry><refentrytitle>gsettings</refentrytitle><manvolnum>1</manvolnum></citerefentry>
- </para>
- </refsect1>
-
-</refentry>