Re: [HACKERS] Snapshot downloaded 17Feb does not compile

Thomas Lockhart <lockhart@alumni.caltech.edu>

From: "Thomas G. Lockhart" <lockhart@alumni.caltech.edu>
To: Michael Meskes <meskes@topsystem.de>, "Marc G. Fournier" <scrappy@hub.org>
Cc: Oliver Elphick <olly@lfix.co.uk>, PostgreSQL Hacker <pgsql-hackers@postgresql.org>
Date: 1998-02-18T15:39:11Z
Lists: pgsql-hackers
> > make[3]: Entering directory `/usr1/home/olly/mypackages/pgsql/src/interfaces/ec
> > pg/doc'
> > mkdir -p /usr/local/pgsql/man
> > mkdir /usr/local/pgsql/man/man1
> > #-mkdir /usr/local/pgsql/man/man3
> > #-mkdir /usr/local/pgsql/man/man5
> > #-mkdir /usr/local/pgsql/man/manl
> > install -m644 *.1* /usr/local/pgsql/man/man1
> > install: *.1*: No such file or directory
> > make[3]: *** [install-man] Error 1
> >
>
> If the info file has been/will be converted we could remove the doc dir
> completely.

The info file has been translated into the upcoming hardcopy and html docs. Marc,
can you blow away the ecpg/doc directory? I've already disabled the make on the doc
area in stuff I committed last night so things should build OK now.

                                                          - Tom