Age | Commit message (Expand) | Author |
2014-02-11 | Don't generate plain-text HISTORY and src/test/regress/README anymore. | Tom Lane |
2009-06-25 | Man pages back to lowercase names, with additional fixup to make the .so | Peter Eisentraut |
2009-06-19 | Don't convert the man page names to lower case, so that the .so links work. | Peter Eisentraut |
2009-05-02 | Split the release notes into a separate file for each (active) major branch, | Tom Lane |
2008-12-11 | Append major version number and for libraries soname major version number | Peter Eisentraut |
2008-11-26 | configure check for docbook2man program, used in the new XML-based man | Peter Eisentraut |
2008-11-14 | Set SQL man pages to be section 7 by default, and only transform them to | Peter Eisentraut |
2008-11-12 | Support for man page links, if a man page has more than one refname. | Peter Eisentraut |
2008-11-04 | Experimental new support for building man pages via docbook2x, an XSL-based | Peter Eisentraut |
2008-10-31 | The conversion rule from postgres.sgml to postgres.xml didn't work with | Peter Eisentraut |
2008-10-04 | Add a note about how to check for bare < and & in SGML docs, before the | Tom Lane |
2008-08-25 | Have man page generation work on VPATH builds too. | Alvaro Herrera |
2008-06-10 | Make XML building work silently on VPATH builds (untested on regular builds). | Alvaro Herrera |
2007-12-15 | Use clearer error message for gmake postgres.pdf: | Bruce Momjian |
2007-12-14 | Make error message more accurate | Peter Eisentraut |
2007-12-14 | Add default error rules for making postgres.pdf and postgres.ps, | Bruce Momjian |
2007-12-05 | Remove unused, occasionally confusing graphics building support. | Peter Eisentraut |
2007-10-07 | Clean up the doc makefile for draft HTML generation. It no longer works | Alvaro Herrera |
2007-10-07 | Remove stylesheet.css file on "make clean", created only on VPATH builds. | Alvaro Herrera |
2007-08-31 | Add comment on why SGML -wfully-tagged flag is needed (for older SGML | Bruce Momjian |
2007-08-31 | Add openjade warning -wfully-tagged to warn about missing close tags on | Bruce Momjian |
2007-05-18 | Mark some intermediate targets as .PRECIOUS, to replace the recently removed | Peter Eisentraut |
2007-02-09 | Unbreak the SGML doc build: ":=" is needed to assign to variables if | Neil Conway |
2007-02-09 | Replace useless uses of := by = in makefiles. | Peter Eisentraut |
2007-01-27 | Modify SGML makefile to allow 'gmake draft' to build draft html ('draft' | Bruce Momjian |
2007-01-26 | Control openjade draft-mode by variable DRAFT, rather than whether the | Bruce Momjian |
2007-01-26 | Modify draft SGML instructions to use DRAFT=Y because recursion was | Bruce Momjian |
2007-01-11 | Remove SGML makefile .SECONDARY tag so html rules will work properly; | Bruce Momjian |
2007-01-10 | Improve SGML build rules for non-HTML output, per Peter. | Bruce Momjian |
2007-01-10 | In SGML Makefile, set proper targets for recursive calls. | Bruce Momjian |
2007-01-09 | Build SGML documention output several times if necessary to have proper | Bruce Momjian |
2007-01-07 | Indent comments in makefiles better so they don't appear in the output. | Peter Eisentraut |
2006-12-15 | Back out double-run of PDF/PS output. Requires building bookindex.sgml | Bruce Momjian |
2006-12-15 | Run Jade twice when outputting Postscript and PDF so the index is | Bruce Momjian |
2006-12-10 | Make separate targets for building printable documentation in A4 and | Peter Eisentraut |
2006-12-10 | Reorganize XSLT stylesheet support. Put common things into a separate | Peter Eisentraut |
2006-12-10 | Generalize Texinfo rules. Prevent them from overriding the PostScript | Peter Eisentraut |
2006-12-02 | Wording refinement for external references in man pages. | Peter Eisentraut |
2006-10-07 | Simplify <link> regex cleanup code. | Bruce Momjian |
2006-10-07 | Allow HISTORY/history.html to be generated by removing <link> elements, | Bruce Momjian |
2006-10-05 | Update DB2X texinfo example code. | Bruce Momjian |
2006-10-03 | Add experimental support for db2x texinfo | Bruce Momjian |
2006-04-06 | Build src/test/regress/README during tarball making like the other | Peter Eisentraut |
2005-01-04 | Add some post-processing to the man page generation to fix up external/ | Peter Eisentraut |
2004-11-23 | Clean files generated by htmlhelp target. | Peter Eisentraut |
2004-11-23 | Add htmlhelp stylesheet and build target. | Peter Eisentraut |
2004-03-09 | Remove blank line in Makefile. | Bruce Momjian |
2004-03-09 | Add HISTORY/INSTALL clean target to 7.4.X. | Bruce Momjian |
2004-03-08 | Have SGML make clean remove text files output as well | Bruce Momjian |
2004-03-06 | Use lynx -stdin and regenerate HISTORY | Bruce Momjian |