diff options
author | Michael Paquier | 2012-05-18 20:35:39 +0000 |
---|---|---|
committer | Michael Paquier | 2012-05-18 20:39:54 +0000 |
commit | fdd1475f3512e00aa49ac62b2bc648130ae2c413 (patch) | |
tree | 9ec3a480d632d5c868e33d4459315b38154aa6f0 /configure | |
parent | d4411736614888533e65c7dd6e68ddcdadb30a0f (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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}' |