]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Properly mark acl.html dependencies
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 22 Jun 2015 15:17:38 +0000 (17:17 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 23 Jun 2015 13:43:06 +0000 (15:43 +0200)
The acl.html file includes aclperms.htmlinc which is generated.
However, acl.html is generated too from acl.html.tmp. And in fact,
this is the place where the aclperms file is needed. Fix the
dependency in Makefile.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
docs/Makefile.am

index b7b49cbed7fbdc84a1a735101306123763969d87..13dddf84b98fee2565042a8fb5c78f08b5a1779d 100644 (file)
@@ -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.tmp: $(srcdir)/aclperms.htmlinc
 
 $(srcdir)/aclperms.htmlinc: $(top_srcdir)/src/access/viraccessperm.h \
         $(srcdir)/genaclperms.pl Makefile.am