[libvirt] [PATCH] docs: fix generation of docs from VPATH build

Martin Kletzander mkletzan at redhat.com
Wed Jan 20 12:56:16 UTC 2016


On Wed, Jan 20, 2016 at 12:24:42PM +0000, Daniel P. Berrange wrote:
>When generating docs in a VPATH build we get a failure to
>create a file due to the 'internals' subdir not existing:
>
>  Generating internals/locking.html.tmp
>  /bin/sh: line 3: internals/locking.html.tmp: No such file or directory
>  rm: cannot remove ‘internals/locking.html.tmp’: No such file or directory
>  Makefile:2229: recipe for target 'internals/locking.html.tmp' failed
>  make: *** [internals/locking.html.tmp] Error 1
>
>For some reason, make has decided to run the target
>
>  %.html.tmp: %.html.in site.xsl page.xsl sitemap.html.in $(acl_generated)
>
>instead of the target
>
>  internals/%.html.tmp: internals/%.html.in subsite.xsl page.xsl sitemap.html.in
>
>Removing '$(acl_generated)' from the first target, inexplicably
>causes make to now run the correct target for the internals/
>files.
>
>Rather than figure this out, lets just combine the two targets
>into one.
>
>Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
>---
> docs/Makefile.am | 21 ++++++++++-----------
> 1 file changed, 10 insertions(+), 11 deletions(-)
>

ACK
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20160120/a2507041/attachment-0001.sig>


More information about the libvir-list mailing list