mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Fix typo in Makefile.am breaking NEWS file generation
* docs/Makefile.am: Fix syntax error in NEWS rule, '$' should be '$$' to escape correctly
This commit is contained in:
parent
398d01b8a9
commit
ea6bc1e8c6
@ -112,7 +112,7 @@ $(top_builddir)/NEWS: $(top_srcdir)/docs/news.xsl $(top_srcdir)/docs/news.html.i
|
|||||||
$(XSLTPROC) --nonet $(top_srcdir)/docs/news.xsl \
|
$(XSLTPROC) --nonet $(top_srcdir)/docs/news.xsl \
|
||||||
$(top_srcdir)/docs/news.html.in \
|
$(top_srcdir)/docs/news.html.in \
|
||||||
| perl -0777 -pe 's/\n\n+$$/\n/' \
|
| perl -0777 -pe 's/\n\n+$$/\n/' \
|
||||||
| perl -pe 's/[ \t]+$//' \
|
| perl -pe 's/[ \t]+$$//' \
|
||||||
> $@-t && mv $@-t $@ ; fi );
|
> $@-t && mv $@-t $@ ; fi );
|
||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
|
Loading…
Reference in New Issue
Block a user