From: Pavan Deolasee Date: Thu, 18 Feb 2016 11:56:49 +0000 (+0530) Subject: Install docs under "doc" directory instead of "doc-xc" X-Git-Tag: XL9_5_R1BETA1~4 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=e0c4c9a6abde57997e5045405ecd015baf5bc34f;p=postgres-xl.git Install docs under "doc" directory instead of "doc-xc" --- diff --git a/configure b/configure index 6f18d85183..a3b795be6d 100755 --- a/configure +++ b/configure @@ -899,7 +899,7 @@ sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' includedir='${prefix}/include' oldincludedir='/usr/include' -docdir='${datarootdir}/doc-xc/${PACKAGE_TARNAME}' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' infodir='${datarootdir}/info' htmldir='${docdir}' dvidir='${docdir}'