postgresql-9.2.x: Build the world

This builds the man pages as well as contributed program like pg_upgrade

Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy 2013-04-05 07:16:05 -04:00
parent 05e5f5d515
commit fad10ddb82
1 changed files with 4 additions and 6 deletions

View File

@ -14,13 +14,11 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
LC_ALL = "C";
makeFlags = [ "world" ];
postInstall =
''
mkdir -p $out/share/man
cp -rvd doc/src/sgml/man1 $out/share/man
'';
installTargets = [ "install-world" ];
LC_ALL = "C";
passthru = {
inherit readline;