#!/bin/sh

(cd html; ../bin/makekey)
(cd postscript; gzip -best -f *.ps; cd ..)
(cd text; ../bin/gethtml; gzip -best -f *.txt; cd ..)

cd ..
tar -cvfX - medical-image-faq/tarexclude medical-image-faq | gzip --best >medical-image-faq.tar.gz
