From af51e5a0dce5eaf048f24d4dd427203eefb05263 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 2 Mar 2021 17:18:26 +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 174c933..1a5405f 100644 --- a/www.do +++ b/www.do @@ -3,8 +3,8 @@ html=gogost.html rm -f $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