]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
build: don't fail when xsltproc is missing
authorEric Blake <eblake@redhat.com>
Wed, 5 Sep 2012 17:55:42 +0000 (11:55 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 5 Sep 2012 18:05:55 +0000 (12:05 -0600)
commitd51024aee6ddfe0934b600e4fae84d00a2f5ab2f
tree7cb8bd33c79ed48dbdc8f7c84a1085875265dd8f
parentc579d6b3d627dc01c448b6de4d9a88b0be90ffae
build: don't fail when xsltproc is missing

On a machine without xsltproc, the build failed with:

Scripting search.php
/usr/local/bin/bash: line 1: search.php.tmp: No such file or directory
rm: ./search.php: No such file or directory

Regression introduced in commit 28183590.

* docs/Makefile.am (%.php): Skip in the same conditions when the
.tmp file is skipped.
docs/Makefile.am