[ESRG-CVS] esrgubka/scripts cp_script.tcl,1.36,1.37
Brought to you by:
dtashley
|
From: David T. A. <dta...@us...> - 2005-05-22 17:53:42
|
Update of /cvsroot/esrg/esrgubka/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26914 Modified Files: cp_script.tcl Log Message: Modified to use Adobe 6.0 Distiller rather than Adobe 4.0 Distiller. Index: cp_script.tcl =================================================================== RCS file: /cvsroot/esrg/esrgubka/scripts/cp_script.tcl,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** cp_script.tcl 22 Feb 2004 15:01:57 -0000 1.36 --- cp_script.tcl 22 May 2005 17:53:33 -0000 1.37 *************** *** 2843,2847 **** #Executable for Acrobat Distiller. ! set execAcrobatDistiller "c:/program files/adobe/acrobat 4.0/distillr/acrodist.exe" --- 2843,2847 ---- #Executable for Acrobat Distiller. ! set execAcrobatDistiller "c:/program files/adobe/acrobat 6.0/distillr/acrodist.exe" *************** *** 4068,4071 **** --- 4068,4074 ---- #---------------------------------------------------------------------------------------- # $Log$ + # Revision 1.37 2005/05/22 17:53:33 dtashley + # Modified to use Adobe 6.0 Distiller rather than Adobe 4.0 Distiller. + # # Revision 1.36 2004/02/22 15:01:57 dtashley # Edits. |