From 36d88253475d1425e3645e7e25ff5416de3f4690 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 8 Oct 2016 12:14:46 +0300 Subject: [PATCH] =?utf8?q?=D0=91=D0=BE=D0=BB=D0=B5=D0=B5=20=D0=BA=D0=BE?= =?utf8?q?=D0=BC=D0=BF=D0=B0=D0=BA=D1=82=D0=BD=D1=8B=D0=B9=20CSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Makefile | 5 ++++- style.css | 17 +++++------------ 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/Makefile b/Makefile index bcdfe9e..92ae85e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,10 @@ +CSS != cat style.css + html: makeinfo --html \ - --css-include=style.css \ + --set-customization-variable CSS_LINES='$(CSS)' \ --set-customization-variable SHOW_TITLE=0 \ + --set-customization-variable USE_ACCESSKEY=0 \ --set-customization-variable DATE_IN_HEADER=1 \ --set-customization-variable TOP_NODE_UP_URL=index.html \ -o cryptoparty.html index.texi diff --git a/style.css b/style.css index 19806be..dc94af9 100644 --- a/style.css +++ b/style.css @@ -1,17 +1,10 @@ + -- 2.44.0