From: Sergey Matveev Date: Thu, 15 May 2025 15:01:50 +0000 (+0300) Subject: zk was renamed to swg X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ec1cc7d971c499726481abb42d030508c05d60e2656baec007a0130e654e3cb5;p=keks.git zk was renamed to swg --- diff --git a/spec/.zkignore b/spec/.swgignore similarity index 100% rename from spec/.zkignore rename to spec/.swgignore diff --git a/spec/mk-html b/spec/mk-html index 88a97f2..e0498e9 100755 --- a/spec/mk-html +++ b/spec/mk-html @@ -1,8 +1,8 @@ #!/bin/sh -e -# git://git.stargrave.org/zk.git is used +# git://git.stargrave.org/swg.git is used html=spec.html -ZK_DO_BACKS=0 zk htmls $html +SWG_DO_BACKS=0 swg 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 {} +