summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-08-07 10:41:05 -0400
committerRyan Lortie <desrt@desrt.ca>2012-08-07 10:41:43 -0400
commit290e02f11ccefa3d7ea870d72a0b080efbae5598 (patch)
treeb95626deb8239a2d38e4aae42ab557bc70e6bc0d /docs
parent7eec3117a9390706dfe90f1ba37a3b2c84e4fc6d (diff)
downloaddconf-290e02f11ccefa3d7ea870d72a0b080efbae5598.tar.gz
Manually list manpage xml documents
There is no 1:1 mapping between .xml and .1/.7 files (due to having both dconf.7 and dconf.1) so the expression to guess the names of the .xml files wasn't working. Just manually list them.
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index cbd788a..d4f9ec7 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -38,8 +38,6 @@ man_MANS = \
dconf.1 \
dconf.7
-xml_files = ${patsubst %.1,%.xml,${patsubst %.7,%.xml,$(man_MANS)}}
-
-EXTRA_DIST += $(xml_files)
+EXTRA_DIST += dconf-service.xml dconf-editor.xml dconf-tool.xml dconf-overview.xml
DISTCLEANFILES = $(man_MANS)