[dconf] Manually list manpage xml documents
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf] Manually list manpage xml documents
- Date: Tue, 7 Aug 2012 15:00:11 +0000 (UTC)
commit 290e02f11ccefa3d7ea870d72a0b080efbae5598
Author: Ryan Lortie <desrt desrt ca>
Date: Tue Aug 7 10:41:05 2012 -0400
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.
docs/Makefile.am | 4 +---
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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]