
17 Feb
2011
17 Feb
'11
10:06 a.m.
On Wed, Feb 16, 2011 at 16:19:38 -0700, Eric Blake wrote:
Anything distributed in the tarball should be built into srcdir.
* docs/Makefile.am (%.html): Build into srcdir. ---
This gets a VPATH build further, but things still aren't complete for doing 'make install' from a brand-new clone (or from autobuild.sh). I don't know how to make xsltproc output the files {html,devhelp}/libvirt-{libvirt,virterror}.html into $(srcdir).
I haven't tried that but xsltproc should support -o directory/
To be applied on top of Jirka's patches, which means after 0.8.8.
docs/Makefile.am | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
ACK Jirka