#!/bin/tcsh # # Make distribution clean directories: # foreach dir ( chapter1 chapter2 chapter3 chapter4 chapter5 chapter6 chapter7 chapter8 chapter9 chapter10 chapter11 appendixa appendixb appendixc appendixd ) cd ${dir} make bibliography make make tarball make clean cd ../ end # # Create a distribution tar file: # exit(0)