From 0f9f81e55a5db0fa50b539554b078ae4ffdb29bd Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 2 Mar 2021 17:18:18 +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 778c3d4..46b7abf 100644 --- a/www.do +++ b/www.do @@ -3,7 +3,7 @@ html=gocheese.html rm -f $html/*.html ${MAKEINFO:=makeinfo} --html \ -D "VERSION `cat VERSION`" \ - --set-customization-variable CSS_LINES="`cat style.css`" \ + --css-include 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