Re: Broken makefile for docs - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Broken makefile for docs
Date
Msg-id 199804131433.KAA16121@candle.pha.pa.us
Whole thread Raw
In response to Broken makefile for docs  ("Thomas G. Lockhart" <lockhart@alumni.caltech.edu>)
List pgsql-hackers
>
> golem$ cd doc
> golem$ make install
> make all
> make[1]: Entering directory `/opt/postgres/pgsql/doc'
> rm -rf ./admin unpacked/admin
> if test ! -d unpacked/admin ; then mkdir unpacked/admin ; fi
> mkdir: cannot make directory `unpacked/admin': No such file or directory
> make[1]: *** [admin] Error 1
> make[1]: Leaving directory `/opt/postgres/pgsql/doc'
> make: *** [install] Error 2
>
> What is "unpacked"? And why does the docs Makefile want it??

Oops, I installed that patch.  Someone supplied a patch to put it in a
subdirectory called 'unpacked' rather than a hard-coded patch.  I think
it was the Linux Redhat guy.  Guess he forgot to create the directory.

--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re: [HACKERS] Broken makefile for docs
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] subselect and optimizer