#!/usr/local/bin/zsh

HDIR=/home/rr/src/docs/html

[ -d $HDIR ] || mkdir -p $HDIR
cd $HDIR

sgmltools -b html ../scoworld-two.sgml
