[libvirt] [PATCH] docs: fix syntax-check long line error

Cole Robinson crobinso at redhat.com
Wed Jan 20 15:28:09 UTC 2016


---
Pushed as trivial

 docs/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/Makefile.am b/docs/Makefile.am
index 231aa4e..02eca64 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -220,7 +220,8 @@ $(srcdir)/hvsupport.html.in: $(srcdir)/hvsupport.pl $(api_DATA) \
 %.png: %.fig
 	convert -rotate 90 $< $@
 
-%.html.tmp: %.html.in site.xsl subsite.xsl page.xsl sitemap.html.in $(acl_generated)
+%.html.tmp: %.html.in site.xsl subsite.xsl page.xsl \
+		sitemap.html.in $(acl_generated)
 	@if [ -x $(XSLTPROC) ] ; then \
 	  echo "Generating $@"; \
 	  name=`echo $@ | sed -e 's/.tmp//'`; \
-- 
2.5.0




More information about the libvir-list mailing list