summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Paquier2012-05-18 20:35:39 +0000
committerMichael Paquier2012-05-18 20:39:54 +0000
commitfdd1475f3512e00aa49ac62b2bc648130ae2c413 (patch)
tree9ec3a480d632d5c868e33d4459315b38154aa6f0 /configure
parentd4411736614888533e65c7dd6e68ddcdadb30a0f (diff)
Fix make install for vpath installation
Documentation tool used for Postgres-XC documentation compilation called makesgml is moved to a specific tool repository out of the documentation folder itself to strengthen independency of this module. Makefile structure is also reviewed in a couple of places directly dependant on makesgml like bin/psql. Some other issues related to the way GTM binaries were installed are fixed and treated now as consistently as Postgres.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 336614b42c..3ab224e0ef 100755
--- a/configure
+++ b/configure
@@ -909,7 +909,7 @@ sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
includedir='${prefix}/include'
oldincludedir='/usr/include'
-docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
+docdir='${datarootdir}/doc-xc/${PACKAGE_TARNAME}'
infodir='${datarootdir}/info'
htmldir='${docdir}'
dvidir='${docdir}'