fix vpath doc builds

From: Neil Conway <neilc(at)samurai(dot)com>
To: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: fix vpath doc builds
Date: 2003-12-10 21:36:22
Message-ID: 87he084ap5.fsf@mailbox.samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

At present, trying to build the documentation from outside the source
tree (i.e. a "vpath build") fails. This patch fixes that. Two changes
were required:

- in a vpath build, make sure that we look in the appropriate
directory in the build tree, not just the source tree (some
SGML files are auto-generated and aren't found otherwise,
causing the build to fail)

- in a vpath build, copy over 'stylesheet.css' from the source
tree into the build tree. The generated HTML references
"stylesheet.css", so this makes that work properly.

-Neil

Attachment Content-Type Size
vpath-doc-build-fix-2.patch text/x-patch 999 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2003-12-10 21:37:10 improvements to SGML
Previous Message Claudio Natoli 2003-12-10 09:39:04 Re: Comments requested on attached fork/exec patch