html tarball not found in doc/Makefile - Mailing list pgsql-bugs

From garrick
Subject html tarball not found in doc/Makefile
Date
Msg-id 20030802014048.GB4612@polop.usc.edu
Whole thread Raw
Responses Re: html tarball not found in doc/Makefile
List pgsql-bugs
============================================================================
                        POSTGRESQL BUG REPORT TEMPLATE
============================================================================


Your name               :       Garrick Staples
Your email address      :    garrick@usc.edu


System Configuration
---------------------
  Architecture (example: Intel Pentium)         : sun4u sparc

  Operating System (example: Linux 2.0.26 ELF)  : SunOS 5.9

  PostgreSQL version (example: PostgreSQL-7.3.4):   PostgreSQL-7.3.4

  Compiler used (example:  gcc 2.95.2)          : gcc 2.95.3


Please enter a FULL description of your problem:
------------------------------------------------
When building a directory other than the source directory,
postgres.tar.gz isn't found when doing 'make install'





Please describe a way to repeat the problem.   Please try to provide a
concise reproducible example, if at all possible:
----------------------------------------------------------------------
gtar zxvf postgresql-7.3.4.tar.gz
mkdir postgresql-7.3.4/build
cd postgresql-7.3.4/build
../configure
gmake
gmake install  <-- watch the first few lines carefully


If you know how this problem might be fixed, list the solution below:
---------------------------------------------------------------------
Line 73 should have "$(srcdir)/postgres.tar.gz" instead of just
"postgres.tar.gz".


Btw, I'm not on the list, so CC me if you need a reply.

pgsql-bugs by date:

Previous
From: Sean Chittenden
Date:
Subject: Re: PostgreSQL 7.3.3 with pgcrypto on FreeBSD 5.1
Next
From: "Nick Fankhauser"
Date:
Subject: Re: pg_dump failure in tar format.