]> Cypherpunks.ru repositories - prepro.git/blob - mk-htmls
Separate .zip and .ziphash.sig steps for assurrance
[prepro.git] / mk-htmls
1 #!/usr/bin/env zsh
2
3 setopt ERR_EXIT
4 root=$0:h:a
5 vcsurl=$1
6 vcspath=$2
7 modbase=$3
8
9 $root/list-vers $vcspath $modbase | while IFS=" " read modname version ; do
10     $root/mk-html $vcsurl $modname
11 done