]> Cypherpunks repositories - keks.git/commitdiff
zk was renamed to swg
authorSergey Matveev <stargrave@stargrave.org>
Thu, 15 May 2025 15:01:50 +0000 (18:01 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 15 May 2025 15:01:50 +0000 (18:01 +0300)
spec/.swgignore [moved from spec/.zkignore with 100% similarity]
spec/mk-html

similarity index 100%
rename from spec/.zkignore
rename to spec/.swgignore
index 88a97f28c8741e846d8c25a5803768d6dd72619f42e8de0a733d2c998ca42ab6..e0498e9f996a931aeef5344be2946f96b52d59a0dccea27bb9a88d5e56fe33d5 100755 (executable)
@@ -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>.*$#<title>KEKS</title>#' $html/index.html
 find $html -type d -exec chmod 755 {} +
 find $html -type f -exec chmod 644 {} +