[LON-CAPA-cvs] cvs: loncom /build buildHelp.sh

bowersj2 lon-capa-cvs@mail.lon-capa.org
Fri, 13 Dec 2002 18:46:18 -0000


bowersj2		Fri Dec 13 13:46:18 2002 EDT

  Modified files:              
    /loncom/build	buildHelp.sh 
  Log:
  Add course instructor manual to the building process.
  
  
  
Index: loncom/build/buildHelp.sh
diff -u loncom/build/buildHelp.sh:1.3 loncom/build/buildHelp.sh:1.4
--- loncom/build/buildHelp.sh:1.3	Fri Aug  9 10:48:31 2002
+++ loncom/build/buildHelp.sh	Fri Dec 13 13:46:18 2002
@@ -5,9 +5,11 @@
 # build author manual, with the current eps files
 perl render.texxml.pl -- author.manual ../../loncom/html/adm/help/eps/
 perl render.texxml.pl -- course.manual ../../loncom/html/adm/help/eps/
+perl render.texxml.pl -- course.instructor ../../loncom/html/adm/help/eps/
 
 # build on-line access to the manuals
 
 perl texxml2indextex.pl -- author.manual.texxml > author.manual.access.tex
 perl texxml2indextex.pl -- course.manual.texxml > course.manual.access.tex
+perl texxml2indextex.pl -- course.instructor.texxml > course.instructor.access.tex