Broken makefile for docs

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: Postgres Hackers List <hackers(at)postgresql(dot)org>
Subject: Broken makefile for docs
Date: 1998-04-13 04:12:13
Message-ID: 3531909D.7C0DB8FF@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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??

- Tom

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1998-04-13 05:05:55 Re: [HACKERS] Broken makefile for docs
Previous Message Michal Mosiewicz 1998-04-13 01:23:13 Re: [HACKERS] Safe/Fast I/O ...