[libvirt] [PATCH] Fix VPATH build of ACL docs

Daniel P. Berrange berrange at redhat.com
Fri Aug 9 16:16:38 UTC 2013


On Fri, Aug 09, 2013 at 05:09:34PM +0100, Daniel P. Berrange wrote:
> From: "Daniel P. Berrange" <berrange at redhat.com>
> 
> The aclperms.htmlinc file must be generated in $(srcdir) to
> let includes work when doing a VPATH build
> 
> Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
> ---
>  docs/Makefile.am | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/docs/Makefile.am b/docs/Makefile.am
> index 9057432..0b0d2d4 100644
> --- a/docs/Makefile.am
> +++ b/docs/Makefile.am
> @@ -141,13 +141,13 @@ EXTRA_DIST=					\
>  
>  BUILT_SOURCES += aclperms.htmlinc
>  
> -CLEANFILES = aclperms.htmlinc
> +CLEANFILES = $(srcdir)/aclperms.htmlinc
>  
> -acl.html:: aclperms.htmlinc
> +acl.html:: $(srcdir)/aclperms.htmlinc
>  
> -aclperms.htmlinc: $(top_srcdir)/src/access/viraccessperm.h \
> -        genaclperms.pl Makefile.am
> -	$(PERL) genaclperms.pl $< > $@
> +$(srcdir)/aclperms.htmlinc: $(top_srcdir)/src/access/viraccessperm.h \
> +        $(srcdir)/genaclperms.pl Makefile.am
> +	$(PERL) $(srcdir)/genaclperms.pl $< > $@
>  
>  MAINTAINERCLEANFILES = \
>    $(addprefix $(srcdir)/,$(dot_html)) \

Oh, ignore this. I forgot I hadn't pushed the patch that adds the
flaw yet, so I'll squash it in with that.


Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list