aboutsummaryrefslogtreecommitdiff
path: root/mkweb
diff options
context:
space:
mode:
Diffstat (limited to 'mkweb')
-rwxr-xr-xmkweb11
1 files changed, 6 insertions, 5 deletions
diff --git a/mkweb b/mkweb
index d29cc05..2be2275 100755
--- a/mkweb
+++ b/mkweb
@@ -35,14 +35,15 @@ if(! ~ $#* 0)
for(d in $sections)
echo $site/$d/index.html
}
+ exit
case -s
if(~ $#2 0)
usage
- buildsection $2
+ sections=`{walk -d $2 | grep -v $filter}
case -*
usage
}
-if not
- for(d in $sections .){
- buildsection $d
- }
+
+for(d in $sections .){
+ buildsection $d
+}