[libvirt] [PATCH] docs: Properly mark acl.html dependencies

Martin Kletzander mkletzan at redhat.com
Tue Jun 23 08:25:38 UTC 2015


On Mon, Jun 22, 2015 at 05:19:52PM +0200, Michal Privoznik wrote:
>The acl.html file includes aclperms.htmlinc which is generated.
>However, there's a typo in the Makefile which makes make fail to see
>the dependencies correctly.
>
>Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
>---
> docs/Makefile.am | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/docs/Makefile.am b/docs/Makefile.am
>index b7b49cb..b807a0b 100644
>--- a/docs/Makefile.am
>+++ b/docs/Makefile.am
>@@ -163,7 +163,7 @@ EXTRA_DIST=					\
>   sitemap.html.in aclperms.htmlinc \
>   todo.pl hvsupport.pl todo.cfg-example
>
>-acl.html:: $(srcdir)/aclperms.htmlinc
>+acl.html: $(srcdir)/aclperms.htmlinc
>

In this case '::' has the same meaning as ':', so this is not the fix
you are looking for.  'acl.html.tmp' is the file depending on
aclperms.htmlinc, not 'acl.html'

> $(srcdir)/aclperms.htmlinc: $(top_srcdir)/src/access/viraccessperm.h \
>         $(srcdir)/genaclperms.pl Makefile.am
>--
>2.3.6
>
>--
>libvir-list mailing list
>libvir-list at redhat.com
>https://www.redhat.com/mailman/listinfo/libvir-list
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20150623/b2b5a991/attachment-0001.sig>


More information about the libvir-list mailing list