diff options
| author | Peter Eisentraut | 2009-08-04 22:04:37 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2009-08-04 22:04:37 +0000 |
| commit | c29d7f02c27c72b01c4fa90e24c4d33b5078a169 (patch) | |
| tree | e535aca89fdc0513c3624f704f81b9130b3838f9 /configure.in | |
| parent | b1732111f233bbb72788e92a627242ec28a85631 (diff) | |
Use DocBook XSL stylesheets for man page building
This switches the man page building process to use the DocBook XSL stylesheet
toolchain. The previous targets for Docbook2X are removed. configure has been
updated to look for the new tools. The Documentation appendix contains the
new build instructions. There are also a few isolated tweaks in the
documentation to improve places that came out strangely in the man pages.
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 79e1541e25b..ba0dc1cb7d5 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -dnl $PostgreSQL: pgsql/configure.in,v 1.607 2009/07/24 15:03:07 tgl Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.608 2009/08/04 22:04:36 petere Exp $ dnl dnl Developers, please strive to achieve this order: dnl @@ -1731,8 +1731,8 @@ PGAC_PROG_JADE PGAC_CHECK_DOCBOOK(4.2) PGAC_PATH_DOCBOOK_STYLESHEETS PGAC_PATH_COLLATEINDEX -AC_CHECK_PROGS(SGMLSPL, sgmlspl) -PGAC_PATH_DOCBOOK2MAN +AC_CHECK_PROGS(XSLTPROC, xsltproc) +AC_CHECK_PROGS(OSX, [osx sgml2xml sx]) # Thread testing |
