#!/bin/tcsh # # Make distribution clean directories: # foreach dir ( chapter1 chapter2 chapter3 chapter4 chapter5 chapter6 chapter7 chapter8 chapter9 chapter10 chapter11 appendixa appendixb appendixc appendixd) #appendixe appendixf) cd ${dir} make distclean cd ../ end # # Create a distribution tar file: # rm -vf cdr_v4.tar.gz # tar cfz cdr_v4.tar.gz CDR_master_v4.tex halld.bib standard_symbols.tex collab.tex Make_cdr Make_tarball Make_chapters Cover.ps.gz chapter1 chapter2 chapter3 chapter4 chapter5 chapter6 chapter7 chapter8 chapter9 chapter10 chapter11 appendixa appendixb appendixc appendixd # exit(0)