#! /bin/sh # Bourne shell script to clean up distro for CTAN cd ~/doc/beginlatex/src # Get rid of the PostScript, apparently people don't want it. rm ../*.ps.gz # Get rid of ancillary files rm -f *.aux *.bbl *.blg *.dvi *.idx *.ilg *.ind *.log *.toc *.url *.loe *.lot rm -f *.XML *.tmp rm -f *.ppm *.pbm *.pnm *.pgm rm -f *~ # Tar it up cd .. exit 0