1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-19 23:22:23 +03:00

Add script to build documentation on win32 without mingw

This commit is contained in:
Magnus Hagander
2007-03-06 14:16:55 +00:00
parent 02284e224c
commit 46573e655f
2 changed files with 63 additions and 0 deletions

View File

@@ -229,6 +229,13 @@ EOF
last;
}
}
open(O, ">doc/src/sgml/version.sgml") || croak "Could not write to version.sgml\n";
print O <<EOF;
<!entity version "$self->{strver}">
<!entity majorversion "$self->{majorver}">
EOF
close(O);
}
sub AddProject {