summaryrefslogtreecommitdiff
path: root/doc/Makefile
AgeCommit message (Expand)Author
2023-11-06Remove distprepPeter Eisentraut
2013-10-11Remove maintainer-check target, fold into normal buildPeter Eisentraut
2011-03-28Add maintainer-check targetPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-08-09Ship documentation without intermediate tarballsPeter Eisentraut
2009-08-05Fix manpages related to SPI functions.Alvaro Herrera
2009-06-27Revert addition of "o" to tar options. This was intended to fix bug #4883,REL8_4_0Tom Lane
2009-06-26Extract tarballs with "o" option (tar xof), to behave reasonably when runPeter Eisentraut
2009-06-26Use $(TAR) instead of tar in makefiles.Peter Eisentraut
2009-06-19Extend man page installation hackery so that the man page section is alsoPeter Eisentraut
2009-06-18Don't attempt to "rm" directories on uninstall.Peter Eisentraut
2008-11-14Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut
2008-03-18Catch all errors in for and while loops in makefiles. Don't ignore anyPeter Eisentraut
2008-02-17Upgrade to Autoconf 2.61:Peter Eisentraut
2007-02-09Replace useless uses of := by = in makefiles.Peter Eisentraut
2005-12-09Allow installation into directories containing spaces in the name.Peter Eisentraut
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-24Use --with-docdir to choose installation location of documentation; putPeter Eisentraut
2003-08-04Fix erroneous direct reference to postgres.tar.gz, per bug reportTom Lane
2002-11-27rm should be rm -f, per comment from Peter Harris.Tom Lane
2002-07-28Clean documentation subtree during make clean.Peter Eisentraut
2002-02-06Fix for parallel makePeter Eisentraut
2001-08-29Install the SQL command man pages into a section appropriate for eachPeter Eisentraut
2000-12-26Only install the integrated HTML documentation set (not the individualPeter Eisentraut
2000-09-17Support for DESTDIR make variable. This is used as in `make installPeter Eisentraut
2000-07-17End users shouldn't have to invoke a separate command to install thePeter Eisentraut
2000-07-16Automatic dependency trackingPeter Eisentraut
2000-07-09Another round of those unportable config/build changes :-/Peter Eisentraut
2000-05-17The check of class string in configure (line 1732) fails because this classBruce Momjian
1999-12-05Clean up doc/Makefile to install manual pages.Bruce Momjian
1999-08-08Switch from old man pages to new ones generated from sgml.Thomas G. Lockhart
1998-11-29Use autoconf to determine whether system has POSIX signals,Tom Lane
1998-10-20Fix for 'make man'.Bruce Momjian
1998-10-06Install man pages from here now. "make install" will do that along withThomas G. Lockhart
1998-05-29Define PGDOC to use POSTGRESDIR by default.Thomas G. Lockhart
1998-04-27From: Ryan Kirkpatrick <[email protected]>Marc G. Fournier
1998-04-17Use POSTGRESDIR to set initial PGDOCS destination directory.Thomas G. Lockhart
1998-04-06Make DESTDIR consistent, and verious Linux cleanups.Bruce Momjian
1998-03-15From: [email protected]Marc G. Fournier
1998-03-01Allow installation of documentation packages.Thomas G. Lockhart
1996-11-19Make install change for man filesBruce Momjian
1996-11-17Enable manual pages to be installed.Bruce Momjian
1996-08-18Support Docs & ContribMarc G. Fournier