mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
docs: fix syntax-check long line error
This commit is contained in:
parent
a1edb05c60
commit
a6cfd22eba
@ -220,7 +220,8 @@ $(srcdir)/hvsupport.html.in: $(srcdir)/hvsupport.pl $(api_DATA) \
|
|||||||
%.png: %.fig
|
%.png: %.fig
|
||||||
convert -rotate 90 $< $@
|
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 \
|
@if [ -x $(XSLTPROC) ] ; then \
|
||||||
echo "Generating $@"; \
|
echo "Generating $@"; \
|
||||||
name=`echo $@ | sed -e 's/.tmp//'`; \
|
name=`echo $@ | sed -e 's/.tmp//'`; \
|
||||||
|
Loading…
Reference in New Issue
Block a user