From: Sergey Matveev Date: Tue, 2 Mar 2021 14:18:32 +0000 (+0300) Subject: Simpler CSS inclusion X-Git-Tag: 5.5~2 X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=commitdiff_plain;h=8b136ad8da7da37736cf838e80024eeffe43722a Simpler CSS inclusion --- diff --git a/style.css b/style.css index 17f3b71..0d2e65b 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,3 @@ - diff --git a/www.do b/www.do index b1198ba..b9b042a 100644 --- a/www.do +++ b/www.do @@ -2,8 +2,8 @@ redo-ifchange *.texi VERSION rm -f pygost.html/*.html ${MAKEINFO:-makeinfo} --html \ -D "VERSION `cat VERSION`" \ + --css-include style.css \ --set-customization-variable EXTRA_HEAD='' \ - --set-customization-variable CSS_LINES="`cat style.css`" \ --set-customization-variable SHOW_TITLE=0 \ --set-customization-variable DATE_IN_HEADER=1 \ --set-customization-variable TOP_NODE_UP_URL=index.html \