From: Sergey Matveev Date: Thu, 24 Sep 2020 18:08:10 +0000 (+0300) Subject: Fix broken syntax X-Git-Tag: 5.1^0 X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=commitdiff_plain;h=596389fbab068cb847c7db456e6c00f963be56fe Fix broken syntax --- 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 \