summaryrefslogtreecommitdiff
path: root/specs
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-05-06 18:45:55 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-05-06 18:45:55 -0700
commit8451664d228852f7b57eb11a35be3328b6fff13a (patch)
treed7db7a9b0e24d000e76226a370e0fcf50da18116 /specs
parentf9a140097dace149a2c6b6f72080edee24b068f4 (diff)
downloadxorg-lib-libXext-8451664d228852f7b57eb11a35be3328b6fff13a.tar.gz
Install xml versions of specs even if HAVE_XMLTO is false
Moves HAVE_XMLTO check into docbook.am, more closely matches behaviour from before docbook.am changes. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'specs')
-rw-r--r--specs/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/specs/Makefile.am b/specs/Makefile.am
index 659b5d2..80fb18f 100644
--- a/specs/Makefile.am
+++ b/specs/Makefile.am
@@ -1,6 +1,5 @@
if ENABLE_SPECS
-if HAVE_XMLTO
# Main DocBook/XML files (DOCTYPE book)
docbook = dbelib.xml dpmslib.xml shapelib.xml synclib.xml xtest1.xml
@@ -11,5 +10,4 @@ shelfdir = $(docdir)
# Generate DocBook/XML output formats with or without stylesheets
include $(top_srcdir)/docbook.am
-endif HAVE_XMLTO
endif ENABLE_SPECS