<feed xmlns='http://www.w3.org/2005/Atom'>
<title>postgresql.git/doc/Makefile, branch REL7_4_STABLE</title>
<subtitle>This is the main PostgreSQL git repository.</subtitle>
<id>http://git.postgresql.org/cgit/postgresql.git/atom?h=REL7_4_STABLE</id>
<link rel='self' href='http://git.postgresql.org/cgit/postgresql.git/atom?h=REL7_4_STABLE'/>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/'/>
<updated>2003-08-04T20:52:48Z</updated>
<entry>
<title>Fix erroneous direct reference to postgres.tar.gz, per bug report</title>
<updated>2003-08-04T20:52:48Z</updated>
<author>
<name>Tom Lane</name>
</author>
<published>2003-08-04T20:52:48Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=c45b851e373d9de2b89c2c7a07d58036526452de'/>
<id>urn:sha1:c45b851e373d9de2b89c2c7a07d58036526452de</id>
<content type='text'>
from Garrick Staples.
</content>
</entry>
<entry>
<title>rm should be rm -f, per comment from Peter Harris.</title>
<updated>2002-11-27T23:21:12Z</updated>
<author>
<name>Tom Lane</name>
</author>
<published>2002-11-27T23:21:12Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=1941887d6e2055cae3a1532c9ae4d58504f93cc7'/>
<id>urn:sha1:1941887d6e2055cae3a1532c9ae4d58504f93cc7</id>
<content type='text'>
(Checked with Peter Eisentraut.)
</content>
</entry>
<entry>
<title>Clean documentation subtree during make clean.</title>
<updated>2002-07-28T15:19:59Z</updated>
<author>
<name>Peter Eisentraut</name>
</author>
<published>2002-07-28T15:19:59Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=b02c56f58419c65fb74996d65a40033b231781a3'/>
<id>urn:sha1:b02c56f58419c65fb74996d65a40033b231781a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix for parallel make</title>
<updated>2002-02-06T20:29:35Z</updated>
<author>
<name>Peter Eisentraut</name>
</author>
<published>2002-02-06T20:29:35Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=e55b1f984edab45041cfd83dc7a1e6684e0f927f'/>
<id>urn:sha1:e55b1f984edab45041cfd83dc7a1e6684e0f927f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Install the SQL command man pages into a section appropriate for each</title>
<updated>2001-08-29T19:14:40Z</updated>
<author>
<name>Peter Eisentraut</name>
</author>
<published>2001-08-29T19:14:40Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=b1a38a438043920e3cbb8692b943a91ddcc4d160'/>
<id>urn:sha1:b1a38a438043920e3cbb8692b943a91ddcc4d160</id>
<content type='text'>
system.  Some systems did not understand the 'l' section, and in general
it wasn't entirely appropriate.

On SCO OpenServer, the man pages won't be installed at all until someone
figures out their man system.
</content>
</entry>
<entry>
<title>Only install the integrated HTML documentation set (not the individual</title>
<updated>2000-12-26T20:47:07Z</updated>
<author>
<name>Peter Eisentraut</name>
</author>
<published>2000-12-26T20:47:07Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=8b97d7a88770923192a04638d820ff70ae0473a2'/>
<id>urn:sha1:8b97d7a88770923192a04638d820ff70ae0473a2</id>
<content type='text'>
books separately), in directory $(docdir)/html.
</content>
</entry>
<entry>
<title>Support for DESTDIR make variable. This is used as in `make install</title>
<updated>2000-09-17T13:02:52Z</updated>
<author>
<name>Peter Eisentraut</name>
</author>
<published>2000-09-17T13:02:52Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=335248c9b7cf590f03c67aa0cadfcf95627fedd5'/>
<id>urn:sha1:335248c9b7cf590f03c67aa0cadfcf95627fedd5</id>
<content type='text'>
DESTDIR=/else/where' and prepends the value of DESTDIR to the full
installation paths (e.g., /else/where/usr/local/pgsql/bin). This allows
users to install the package into a location different from the one that
was configured and hard-coded into various scripts, e.g., for creating
binary packages.

DESTDIR is in many cases preferrable over `make install
prefix=/else/where' because

a) `prefix' affects the path that is hard-coded into the files, which can
lead to a `make install prefix=xxx' (as done by the regression test
driver) corrupting the files in the source tree with wrong paths.

b) it doesn't work at all if a directory was overridden to not depend on
`prefix', e.g., --sysconfdir=/etc.

(Updating the regression test driver to use DESTDIR is a separate
undertaking.)

See also autoconf@gnu.org, From: Akim Demaille &lt;akim@epita.fr&gt;, Date: 08
Sep 2000 12:48:59 +0200, Message-ID:
&lt;mv4em2vb1lw.fsf@nostromo.lrde.epita.fr&gt;, Subject: Re: HTML format
documentation.
</content>
</entry>
<entry>
<title>End users shouldn't have to invoke a separate command to install the</title>
<updated>2000-07-17T22:31:59Z</updated>
<author>
<name>Peter Eisentraut</name>
</author>
<published>2000-07-17T22:31:59Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=44eaafe3f8239e59c92ba27cd25e2d05bd35cf2a'/>
<id>urn:sha1:44eaafe3f8239e59c92ba27cd25e2d05bd35cf2a</id>
<content type='text'>
documentation. Therefore it's now installed by default. If there is no
documentation to be found (i.e., you are not using the distribution)
then this step is skipped.

Add --docdir option to configure to control installation directory.
</content>
</entry>
<entry>
<title>Automatic dependency tracking</title>
<updated>2000-07-16T14:50:44Z</updated>
<author>
<name>Peter Eisentraut</name>
</author>
<published>2000-07-16T14:50:44Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=0d59dad7701e0ec7b4fb9689b9f6b7dc5f7b23e3'/>
<id>urn:sha1:0d59dad7701e0ec7b4fb9689b9f6b7dc5f7b23e3</id>
<content type='text'>
The .DEFAULT rule in backend/Makefile is harmful -- removed.
Replace `::' rules by `:'.
</content>
</entry>
<entry>
<title>Another round of those unportable config/build changes :-/</title>
<updated>2000-07-09T13:14:19Z</updated>
<author>
<name>Peter Eisentraut</name>
</author>
<published>2000-07-09T13:14:19Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=74618e2b82b5158adf42caf64af70cbd7c699c6c'/>
<id>urn:sha1:74618e2b82b5158adf42caf64af70cbd7c699c6c</id>
<content type='text'>
* Add option to build with OpenSSL out of the box. Fix thusly exposed
  bit rot. Although it compiles now, getting this to do something
  useful is left as an exercise.

* Fix Kerberos options to defer checking for required libraries until
  all the other libraries are checked for.

* Change default odbcinst.ini and krb5.srvtab path to PREFIX/etc.

* Install work around for Autoconf's install-sh relative path anomaly.
  Get rid of old INSTL_*_OPTS variables, now that we don't need them
  anymore.

* Use `gunzip -c' instead of g?zcat. Reportedly broke on AIX.

* Look for only one of readline.h or readline/readline.h, not both.

* Make check for PS_STRINGS cacheable. Don't test for the header files
  separately.

* Disable fcntl(F_SETLK) test on Linux.

* Substitute the standard GCC warnings set into CFLAGS in configure,
  don't add it on in Makefile.global.

* Sweep through contrib tree to teach makefiles standard semantics.

... and in completely unrelated news:

* Make postmaster.opts arbitrary options-aware. I still think we need to
  save the environment as well.
</content>
</entry>
</feed>
