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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user