From 596389fbab068cb847c7db456e6c00f963be56fe Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 24 Sep 2020 21:08:10 +0300 Subject: [PATCH] Fix broken syntax --- www.do | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www.do b/www.do index 4c3c334..b1198ba 100644 --- a/www.do +++ b/www.do @@ -1,7 +1,7 @@ redo-ifchange *.texi VERSION rm -f pygost.html/*.html ${MAKEINFO:-makeinfo} --html \ - -D "VERSION `cat VERSION`" + -D "VERSION `cat VERSION`" \ --set-customization-variable EXTRA_HEAD='' \ --set-customization-variable CSS_LINES="`cat style.css`" \ --set-customization-variable SHOW_TITLE=0 \ -- 2.44.0