/[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 273 by dashley, Sun Aug 11 21:24:46 2019 UTC
# Line 1  Line 1 
1  #----------------------------------------------------------------------------------------  #----------------------------------------------------------------------------------------
2  #$Header$  #$Header$
3  #----------------------------------------------------------------------------------------  #----------------------------------------------------------------------------------------
4  # Dave Ashley  # David T. Ashley (DASHLEY@GMAIL.COM)
 # DASHLEY@GMAIL.COM  
5  #----------------------------------------------------------------------------------------  #----------------------------------------------------------------------------------------
6  # Tcl script (using Tk extensions, so it must be run under Tk/Wish) to build and package  # Tcl script (using Tk extensions, so it must be run under Tk/Wish) to build and package
7  # both Dave Ashley's microcontroller software book, and the associated ESRG Tool set.  This  # both Dave Ashley's microcontroller software book, and the associated ESRG Tool set.  This
# Line 17  Line 16 
16  #that if anything goes awry, the origin and what was being used can be tracked down.  #that if anything goes awry, the origin and what was being used can be tracked down.
17  #  #
18  #AUTOMATIC MARKER:  BEGIN SCRIPT VERSION CONTROL INFORMATION  #AUTOMATIC MARKER:  BEGIN SCRIPT VERSION CONTROL INFORMATION
19  #$RCSfile: cp_script.tcl,v $  #$HeadURL$
20  #$Source: /home/dashley/cvsrep/e3ft_gpl01/e3ft_gpl01/dtaipubs/esrgubka/scripts/cp_script.tcl,v $  #$Revision$
21  #$Revision: 1.40 $  #$Date$
22  #$Author: dashley $  #$Author$
 #$Date: 2009/08/14 03:38:57 $  
23  #AUTOMATIC MARKER:  END SCRIPT VERSION CONTROL INFORMATION  #AUTOMATIC MARKER:  END SCRIPT VERSION CONTROL INFORMATION
24  #  #
25  #****************************************************************************************  #****************************************************************************************
# Line 2815  set buildlogfilename cp_log.txt Line 2813  set buildlogfilename cp_log.txt
2813  #which might have a different drive name, etc.  #which might have a different drive name, etc.
2814  #  #
2815  #Path where Tex executables are located.  #Path where Tex executables are located.
2816  set pathTexExecutables c:/texmf/miktex/bin/x64  set pathTexExecutables "C:/Program Files/MiKTeX 2.9/miktex/bin/x64"
2817  #  #
2818  #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
2819  #a static arrangement below this directory.  #a static arrangement below this directory.
# Line 2841  set execDvips "" Line 2839  set execDvips ""
2839  append execDvips $pathTexExecutables / dvips.exe  append execDvips $pathTexExecutables / dvips.exe
2840    
2841  #Executable for Acrobat Distiller.  #Executable for Acrobat Distiller.
2842  set execAcrobatDistiller "c:/program files/adobe/acrobat 6.0/distillr/acrodist.exe"  set execAcrobatDistiller "C:/Program Files (x86)/Adobe/Acrobat 2017/Acrobat/acrodist.exe"
2843    
2844    
2845  #***************************************************************************  #***************************************************************************

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

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25