From a67d99ccbe22c8ce5f7a12f13b8991d9e0cf4491 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Thu, 8 Jul 2010 17:29:21 -0400 Subject: [PATCH] specs: specdir is required to install xml files The source is installed as well as the targets. This failed when configuring with --without-xmlto Signed-off-by: Gaetan Nadon --- specs/libX11/Makefile.am | 1 + specs/xmlrules.in | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/libX11/Makefile.am b/specs/libX11/Makefile.am index 62f71ec4..783da54c 100644 --- a/specs/libX11/Makefile.am +++ b/specs/libX11/Makefile.am @@ -23,6 +23,7 @@ if ENABLE_SPECS +specdir = $(docdir)/$(subdir) doc_sources = libX11.xml dist_spec_DATA = $(doc_sources) \ AppA.xml \ diff --git a/specs/xmlrules.in b/specs/xmlrules.in index f098a292..ddfaa319 100644 --- a/specs/xmlrules.in +++ b/specs/xmlrules.in @@ -22,7 +22,6 @@ # if HAVE_XMLTO -specdir = $(docdir)/$(subdir) spec_DATA = $(doc_sources:.xml=.html) if HAVE_FOP