]> Cypherpunks.ru repositories - prepro.git/blobdiff - mk-htmls
mk-htmls
[prepro.git] / mk-htmls
diff --git a/mk-htmls b/mk-htmls
new file mode 100755 (executable)
index 0000000..93a3866
--- /dev/null
+++ b/mk-htmls
@@ -0,0 +1,11 @@
+#!/usr/bin/env zsh
+
+set -e
+root=$0:h:a
+vcsurl=$1
+vcspath=$2
+modbase=$3
+
+$root/list-vers $vcspath $modbase | while IFS=" " read modname version ; do
+    $root/mk-html $vcsurl $modname
+done