From: Sergey Matveev Date: Tue, 2 Mar 2021 14:18:18 +0000 (+0300) Subject: Simpler CSS inclusion X-Git-Tag: v3.0.0~23 X-Git-Url: http://www.git.cypherpunks.ru/?a=commitdiff_plain;h=0f9f81e55a5db0fa50b539554b078ae4ffdb29bd;p=gocheese.git 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 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 \