From: Cole Robinson Date: Wed, 20 Jan 2016 15:27:24 +0000 (-0500) Subject: docs: fix syntax-check long line error X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a6cfd22eba5f204deaf0fde3bd3ca96474d77c55;p=libvirt.git docs: fix syntax-check long line error --- diff --git a/docs/Makefile.am b/docs/Makefile.am index 231aa4eeba..02eca6479a 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//'`; \