fix vpath doc builds - Mailing list pgsql-patches

From Neil Conway
Subject fix vpath doc builds
Date
Msg-id 87he084ap5.fsf@mailbox.samurai.com
Whole thread Raw
Responses Re: fix vpath doc builds
List 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

pgsql-patches by date:

Previous
From: Claudio Natoli
Date:
Subject: Re: Comments requested on attached fork/exec patch
Next
From: Neil Conway
Date:
Subject: improvements to SGML