From: Sergey Matveev Date: Sun, 9 Dec 2018 10:12:21 +0000 (+0300) Subject: Website restyling X-Git-Tag: 3.15~2 X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=commitdiff_plain;h=07d29d4f702fa5db2c3992f4312437d3ed8ec09b Website restyling --- diff --git a/style.css b/style.css new file mode 100644 index 0000000..e05fd44 --- /dev/null +++ b/style.css @@ -0,0 +1,10 @@ + diff --git a/www.mk b/www.mk index 9e1c2bb..e61a9b3 100644 --- a/www.mk +++ b/www.mk @@ -2,10 +2,12 @@ all: pygost.html MAKEINFO ?= makeinfo +CSS != cat style.css + pygost.html: *.texi rm -f pygost.html/*.html $(MAKEINFO) --html \ - --set-customization-variable NO_CSS=1 \ + --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 \