From ec1cc7d971c499726481abb42d030508c05d60e2656baec007a0130e654e3cb5 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 15 May 2025 18:01:50 +0300 Subject: [PATCH] zk was renamed to swg --- spec/{.zkignore => .swgignore} | 0 spec/mk-html | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename spec/{.zkignore => .swgignore} (100%) 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 {} + -- 2.50.0