summaryrefslogtreecommitdiff
path: root/docs/Makefile.am
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/Makefile.am
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/Makefile.am')
-rw-r--r--docs/Makefile.am4
1 files changed, 1 insertions, 3 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)