1. 18 Feb, 2001 1 commit
  2. 20 Oct, 2000 1 commit
  3. 17 Sep, 2000 1 commit
    • Peter Eisentraut's avatar
      Support for DESTDIR make variable. This is used as in `make install · 335248c9
      Peter Eisentraut authored
      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 <akim@epita.fr>, Date: 08
      Sep 2000 12:48:59 +0200, Message-ID:
      <mv4em2vb1lw.fsf@nostromo.lrde.epita.fr>, Subject: Re: HTML format
      documentation.
      335248c9
  4. 08 Sep, 2000 1 commit
  5. 31 Aug, 2000 1 commit
  6. 20 Aug, 2000 1 commit
  7. 28 Jun, 2000 1 commit
  8. 27 Jun, 2000 1 commit
  9. 16 Dec, 1999 1 commit
  10. 08 Dec, 1999 1 commit
  11. 05 Dec, 1999 1 commit
    • Bruce Momjian's avatar
      I cleaned those out as well (the echo -n "bug" was in there ;) and moved · ed62104e
      Bruce Momjian authored
      them into the scripts dir. I also added a --list option to show already
      installed languages.
      
      This whole moving and renaming totally confused CVS and my checked out
      copy got completely fried last night. When you apply the source patch,
      please make sure that all the directories src/bin/{create|destroy}* as
      well as vacuumdb, cleardbdir are gone and that all the scripts (7) are
      in
      scripts/.
      
      Meanwhile I am still puzzled about what happened with the docs patch.
      Because I don't know what you got now, the second attachment contains
      the
      files
      
      ref/allfiles.sgml
      ref/commands.sgml
      ref/createlang.sgml
      ref/droplang.sgml
      doc/src/sgml/Makefile
      
      Peter Eisentraut                  Sernanders väg 10:115
      ed62104e
  12. 04 Dec, 1999 1 commit