From fdd1475f3512e00aa49ac62b2bc648130ae2c413 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Sat, 19 May 2012 05:35:39 +0900 Subject: 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. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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}' -- cgit v1.2.3