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