From: Sergey Matveev Date: Sat, 10 May 2025 16:55:03 +0000 (+0300) Subject: There is no links autogeneration anymore X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=223d3e5a70e36223a3f929f0ff8d673e4e5529249a51b0cdc4bbb363e2b25307;p=keks.git There is no links autogeneration anymore --- diff --git a/spec/mk-html b/spec/mk-html index 44ea4ce..88a97f2 100755 --- a/spec/mk-html +++ b/spec/mk-html @@ -2,7 +2,7 @@ # git://git.stargrave.org/zk.git is used html=spec.html -ZK_DO_LINKS=0 ZK_DO_BACKS=0 zk htmls $html +ZK_DO_BACKS=0 zk htmls $html perl -i -npe 's#^.*$#<title>KEKS#' $html/index.html find $html -type d -exec chmod 755 {} + find $html -type f -exec chmod 644 {} +