Docs build error in alpha1

From: Dave Page <dpage(at)pgadmin(dot)org>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Docs build error in alpha1
Date: 2009-09-25 10:31:17
Message-ID: 937d27e10909250331w6faf906eu64b48104830c223c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I'm hacking up our build framework to allow us to build installers for
the upcoming alpha2 release. When I install the Linux port, I'm seeing
the following failure:

Writing dblink_build_sql_insert.1 for refentry(contrib-dblink-build-sql-insert)
Writing dblink_build_sql_delete.1 for refentry(contrib-dblink-build-sql-delete)
Writing dblink_build_sql_update.1 for refentry(contrib-dblink-build-sql-update)
rm ./man1/dblink*
rm: cannot remove `./man1/dblink*': No such file or directory
make[3]: *** [man-stamp] Error 1
make[3]: Leaving directory
`/mnt/hgfs/pginstaller-repo/DevServer/source/postgres.linux/doc/src/sgml'
make[2]: *** [install] Error 2make[2]: Leaving directory
`/mnt/hgfs/pginstaller-repo/DevServer/source/postgres.linux/doc/src'

make[1]: *** [install] Error 2
make[1]: Leaving directory
`/mnt/hgfs/pginstaller-repo/DevServer/source/postgres.linux/doc'
make: *** [install] Error 2

The dblink man pages all appear to be in doc/src/sgml, not
doc/src/sgml/man1. If I stick a dummy file in there to satisfy the rm
command, the installation runs to completion, though there are no
dblink man pages in the installation directory.

I'm not sure what's going on here (or, what's intended to be going
on). Any hints?

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2009-09-25 10:32:13 Re: Hot Standby 0.2.1
Previous Message Simon Riggs 2009-09-25 10:28:08 Re: Hot Standby 0.2.1