Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -15,10 +15,13 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +## Revision 1.380 2003/08/06 14:44:51 gawthrop +## Don't include -q or -u in long file names via ${__ARGS} +## ## Revision 1.379 2003/08/06 10:33:42 gawthrop ## User now warned not to use -c which is unsupported. ## ## Revision 1.378 2003/08/04 09:15:09 gawthrop ## -ss switch reinstated @@ -2346,10 +2349,13 @@ ## pdf files from ps (new version) $1_%.pdf: $1_%.ps echo Creating $1_\$*.pdf; ps2pdf $1_\$*.ps $1_\$*.pdf +## eps from ps (NB ps files are actually eps anyway) +$1_%.eps: $1_%.ps + echo Creating $1_\$*.eps; cp $1_\$*.ps $1_\$*.eps .PRECIOUS: mtt_%.oct .PRECIOUS: $1_%.oct mtt_%.oct: mtt_%.cc echo Compiling \$<