/[dtapublic]/pubs/books/ucbka/trunk/scripts/cp_script.tcl
ViewVC logotype

Diff of /pubs/books/ucbka/trunk/scripts/cp_script.tcl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 245 by dashley, Mon Oct 8 14:45:55 2018 UTC revision 272 by dashley, Tue Jul 30 01:39:49 2019 UTC
# Line 2815  set buildlogfilename cp_log.txt Line 2815  set buildlogfilename cp_log.txt
2815  #which might have a different drive name, etc.  #which might have a different drive name, etc.
2816  #  #
2817  #Path where Tex executables are located.  #Path where Tex executables are located.
2818  set pathTexExecutables c:/texmf/miktex/bin/x64  set pathTexExecutables "C:/Program Files/MiKTeX 2.9/miktex/bin/x64"
2819  #  #
2820  #Path where the the book source code is located.  Everything is assumed in  #Path where the the book source code is located.  Everything is assumed in
2821  #a static arrangement below this directory.  #a static arrangement below this directory.
# Line 2841  set execDvips "" Line 2841  set execDvips ""
2841  append execDvips $pathTexExecutables / dvips.exe  append execDvips $pathTexExecutables / dvips.exe
2842    
2843  #Executable for Acrobat Distiller.  #Executable for Acrobat Distiller.
2844  set execAcrobatDistiller "c:/program files/adobe/acrobat 6.0/distillr/acrodist.exe"  set execAcrobatDistiller "C:/Program Files (x86)/Adobe/Acrobat 2017/Acrobat/acrodist.exe"
2845    
2846    
2847  #***************************************************************************  #***************************************************************************

Legend:
Removed from v.245  
changed lines
  Added in v.272

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25