- 22 Mar, 2012 1 commit
-
-
Tom Lane authored
PGAC_PATH_COLLATEINDEX supposed that it could use AC_PATH_PROGS to search for collateindex.pl, but that macro will only accept files that are marked executable, and at least some DocBook installations don't mark the script executable (a case the docs Makefile was already prepared for). Accept the script if it's present and readable in $DOCBOOKSTYLE/bin, and otherwise search the PATH as before. Having fixed that up, we don't need the fallback case that was in the docs Makefile, and instead can throw an understandable error if configure didn't find the script. Per recent trouble report from John Lumby.
-
- 20 Sep, 2010 1 commit
-
-
Magnus Hagander authored
-
- 04 Aug, 2009 1 commit
-
-
Peter Eisentraut authored
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.
-
- 26 Nov, 2008 1 commit
-
-
Peter Eisentraut authored
page build target. This covers from-source, Debian, and Fedora installation variants.
-
- 05 Sep, 2008 1 commit
-
-
Peter Eisentraut authored
-
- 09 Aug, 2007 1 commit
-
-
Tom Lane authored
Brendan Jurd
-
- 13 Dec, 2003 1 commit
-
-
Bruce Momjian authored
docbook style sheets, as discussed with Peter.
-
- 29 Nov, 2003 1 commit
-
-
PostgreSQL Daemon authored
$Header: -> $PostgreSQL Changes ...
-
- 06 Nov, 2003 1 commit
-
-
Peter Eisentraut authored
-
- 16 Jul, 2002 1 commit
-
-
Bruce Momjian authored
UNIQUE and DISTINCT predicates are both listed as implemented -- AFAIK, neither is. I also included another trivial patch which adds the default location of the DSSSL stylesheets on my system (Debian unstable, docbook-dsssl 1.76) to the list of paths that configure looks for. Neil Conway
-
- 14 Apr, 2002 1 commit
-
-
Peter Eisentraut authored
which covers some recent installation schemes. Add Mandrake installation layout to directories to check for stylesheets. Allow documentation build to proceed if stylesheets were not found, in case the stylesheets might be found through the SGML catalog mechanism.
-
- 29 Mar, 2002 1 commit
-
-
Peter Eisentraut authored
calls with new or now-built-in versions. Make sure that all calls to AC_DEFINE have a third argument, for possible use of autoheader in the future.
-
- 05 Nov, 2000 1 commit
-
-
Peter Eisentraut authored
standard installation layout it should be possible to build the HTML and print documentation without additional manual setup.
-