# Last edited on 2004-02-05 01:00:52 by stolfi

GETTING THE FILES

  set imp = ${STOLFIHOME}/IMPORT/texts/geez/1EnochGeez
  
  rm -f chapters.dir .tmp.htm
  foreach f ( `cd ${imp} && ls g-[1-5]-[0-9][0-9][0-9].html | sort` )
    echo $f
    echo $f >> chapters.dir
    echo "# === $f ============================================================" >>.tmp.htm
    cat ${imp}/${f} \
      | tr -d '\015' \
      >>  .tmp.htm
  end
  cat .tmp.htm \
    | remove-html-junk-g1 \
    | sed -e 's/^ *$//g' \
    | cat -s \
    > main.htm