summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-07-08 17:29:21 -0400
committerGaetan Nadon <memsize@videotron.ca>2010-07-08 17:29:21 -0400
commita67d99ccbe22c8ce5f7a12f13b8991d9e0cf4491 (patch)
tree8033d0f015e3a3497b598910603cf480ab1e192d
parente14273f44c1501ab51db4adcb83b18a1073787d8 (diff)
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 <memsize@videotron.ca>
-rw-r--r--specs/libX11/Makefile.am1
-rw-r--r--specs/xmlrules.in1
2 files changed, 1 insertions, 1 deletions
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