ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/matt_papers/my_CV/cvMake
Revision: 338
Committed: Thu Mar 13 22:26:59 2003 UTC (21 years, 3 months ago) by mmeineke
File size: 208 byte(s)
Log Message:
A near final product

File Contents

# Content
1 #!/bin/tcsh
2
3 /usr/local/teTeX/bin/latex $1:r
4 /usr/local/teTeX/bin/bibtex bu1
5 /usr/local/teTeX/bin/latex $1:r
6 /usr/local/teTeX/bin/latex $1:r
7
8 /usr/local/teTeX/bin/dvips -o $1:r.ps $1:r.dvi
9
10 ghostview $1:r.ps

Properties

Name Value
svn:executable *