diff mbox

docs: fix syntax-check long line error

Message ID a6cfd22eba5f204deaf0fde3bd3ca96474d77c55.1453303677.git.crobinso@redhat.com
State Accepted
Commit a6cfd22eba5f204deaf0fde3bd3ca96474d77c55
Headers show

Commit Message

Cole Robinson Jan. 20, 2016, 3:28 p.m. UTC
---
Pushed as trivial

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

-- 
2.5.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
diff mbox

Patch

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//'`; \