- Apr 25, 2011
-
-
Peter Eisentraut authored
Strip leading and trailing whitespace and replace interior whitespace by a single space. This avoids problems with the index generator producing duplicate index entries for terms that differ only in whitespace. Commit dca30da3 actually fixed all the indexterm elements that would cause this problem at the moment, but in case it sneaks in again, we're set.
-
- Nov 23, 2010
-
-
Peter Eisentraut authored
-
- Oct 13, 2010
-
-
Peter Eisentraut authored
-
- Sep 20, 2010
-
-
Magnus Hagander authored
-
- Sep 29, 2009
-
-
Peter Eisentraut authored
based on an idea by Richard Huxton
-
- Aug 10, 2009
-
-
Peter Eisentraut authored
Documentation files in HTML and man formats are now prepared for distribution using the distprep make target, like everything else. They are placed in doc/src/sgml/html and manX and installed from there by make install, if present. The business with the tarballs in the tarball is gone.
-
- Jul 15, 2009
-
-
Peter Eisentraut authored
Set up proper makefile dependencies in the documentation build rules, especially around the HTML/index build. The problem we've had with all previous solutions is that we have used the same file name, such as HTML.index or bookindex.sgml, to mean different things at different stages of the build, and make can't distinguish that. The solution here is that the first jade run produces HTML.index, but does not require bookindex.sgml at all, and produces no other html output (the latter an idea from Alvaro). The second jade run includes bookindex.sgml, but does not recreate HTML.index. That way, when you change an sgml file, jade is run twice and at the end all dependencies are satisfied. Omitting the html output in the first stage also makes the full build a lot faster. When you run one of the print format targets, only the first jade run is run, then the print target-specific commands. If an HTML build has completed previously, the first jade run is skipped because the dependencies have already been satisfied. The draft and check targets for quick builds and syntax verification are still there.
-
- Dec 28, 2007
-
-
Peter Eisentraut authored
-
- Dec 15, 2006
-
-
Bruce Momjian authored
properly. Remove SGML docs about openjade performance patch, and instead add comment in style sheet where indenting code is commented out. Backpatch to 8.2.X.
-
- Dec 10, 2006
-
-
Peter Eisentraut authored
the build time by what seemed like infinity.
-
- Feb 16, 2006
-
-
Peter Eisentraut authored
-
- Oct 13, 2005
-
-
Peter Eisentraut authored
-
- Nov 11, 2004
-
-
Peter Eisentraut authored
validate and display correctly.
-
- Jun 29, 2004
-
-
Peter Eisentraut authored
-
- Dec 16, 2003
-
-
Peter Eisentraut authored
previous behavior of <literal>, <envar>, <acronym>, and others.
-
- Nov 29, 2003
-
-
PostgreSQL Daemon authored
$Header: -> $PostgreSQL Changes ...
-
- Sep 09, 2003
-
-
Peter Eisentraut authored
Use question marks rather than brackets to delimit optional elements in Tcl synopses. Fix stylesheet misfeature leading to excessively long cross-reference text when linking to a different "part". Remove <body> attributes -- CSS stylesheets should handle that. Improve bibliography formatting. Add fast-forward links for more convenient navigation.
-
- Mar 25, 2003
-
-
Peter Eisentraut authored
vague cross-references with real links.
-
- Oct 12, 2002
-
-
Peter Eisentraut authored
-
- Aug 05, 2002
-
-
Peter Eisentraut authored
Still needs to be filled with more information, but it gives us a framework to have a User's Guide with complete coverage of the basic SQL operations. Move arrays into data type chapter, inheritance into DDL chapter (for now). Make <comment>s show up in the output while the version number ends in "devel". Allow cross-book references with entities &cite-user; etc.
-
- Jun 01, 2002
-
-
Peter Eisentraut authored
-
- Jan 30, 2002
-
-
Peter Eisentraut authored
-
- Jan 10, 2002
-
-
Peter Eisentraut authored
footnote count.
-
- Jan 08, 2002
-
-
Peter Eisentraut authored
the info to the main bibliography.
-
- Nov 09, 2001
-
-
Peter Eisentraut authored
lists, bibliography, index, page numbering. Add comments.
-
- Oct 22, 2001
-
-
Peter Eisentraut authored
-
- Oct 09, 2001
-
-
Peter Eisentraut authored
output (from pdfjadetex). Also updated instructions to install documentation processing toolchain.
-
- Oct 05, 2001
-
-
Peter Eisentraut authored
text output.
-
- Sep 30, 2001
-
-
Peter Eisentraut authored
flexible about the extension of the graphic files, allow for other formats in print output. (Generating these formats is not implemented yet.)
-
- Sep 18, 2001
-
-
Peter Eisentraut authored
rather than making index.html a symlink to the autogenerated name. Fixes fatal problems with tar programs that don't handle symlinks very well (MacOS X). (The names user.html, admin.html, etc. are still available as make targets, but they aren't packaged anymore.) Use the manifest file that the stylesheets generate as the file list for packaging. Put graphics in the right place while building, not while packaging, so you can actually look at them after building.
-
- Sep 15, 2001
-
-
Peter Eisentraut authored
-
- Sep 14, 2001
-
-
Peter Eisentraut authored
documentation tarball builds.
-
- May 13, 2001
-
-
Peter Eisentraut authored
-
- Mar 10, 2001
-
-
Peter Eisentraut authored
of DSSSL.
-
- Feb 24, 2001
-
-
Peter Eisentraut authored
-
- Feb 20, 2001
-
-
Peter Eisentraut authored
-
- Feb 18, 2001
-
-
Peter Eisentraut authored
-
- Feb 14, 2001
-
-
Peter Eisentraut authored
-
- Feb 13, 2001
-
-
Peter Eisentraut authored
everywhere.
-
Peter Eisentraut authored
HTML: * make .html the default extension * allow use of CSS stylesheet ("stylesheet.css", not included) * make <set> TOC two levels deep * put time of creation into meta header Print: * make print output justified by default * footnotes at bottom of each page * allow TeX to hyphenate
-