From 8b136ad8da7da37736cf838e80024eeffe43722a Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 2 Mar 2021 17:18:32 +0300 Subject: [PATCH] Simpler CSS inclusion --- style.css | 2 -- www.do | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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 \ -- 2.44.0