]> Cypherpunks repositories - gost-www.git/commitdiff
Убрать не имеющую смысла redo цель
authorSergey Matveev <stargrave@stargrave.org>
Thu, 18 Jul 2024 13:26:11 +0000 (16:26 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 18 Jul 2024 13:26:11 +0000 (16:26 +0300)
www [moved from all.do with 90% similarity, mode: 0755]

diff --git a/all.do b/www
old mode 100644 (file)
new mode 100755 (executable)
similarity index 90%
rename from all.do
rename to www
index e81e653..e3bd1fe
--- a/all.do
+++ b/www
@@ -1,7 +1,9 @@
+#!/bin/sh -e
+
 html=gost.html
 rm -f $html/*.html
 ${MAKEINFO:-makeinfo} --html \
-    --css-include style.css \
+    --set-customization-variable NO_CSS=1 \
     --set-customization-variable SECTION_NAME_IN_TITLE=1 \
     --set-customization-variable TREE_TRANSFORMATIONS=complete_tree_nodes_menus \
     --set-customization-variable FORMAT_MENU=menu \