Annotation of loncom/build/buildHelp.sh, revision 1.4
1.1 bowersj2 1: perl help_graphics_converter.pl
2: cd ../../doc/help
3: perl rebuildLabelHash.pl
1.2 bowersj2 4:
5: # build author manual, with the current eps files
1.3 bowersj2 6: perl render.texxml.pl -- author.manual ../../loncom/html/adm/help/eps/
7: perl render.texxml.pl -- course.manual ../../loncom/html/adm/help/eps/
1.4 ! bowersj2 8: perl render.texxml.pl -- course.instructor ../../loncom/html/adm/help/eps/
1.3 bowersj2 9:
10: # build on-line access to the manuals
11:
12: perl texxml2indextex.pl -- author.manual.texxml > author.manual.access.tex
13: perl texxml2indextex.pl -- course.manual.texxml > course.manual.access.tex
1.4 ! bowersj2 14: perl texxml2indextex.pl -- course.instructor.texxml > course.instructor.access.tex
1.3 bowersj2 15:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>