File:  [LON-CAPA] / loncom / build / buildHelp.sh
Revision 1.4: download - view: text, annotated - select for diffs
Fri Dec 13 18:46:18 2002 UTC (21 years, 5 months ago) by bowersj2
Branches: MAIN
CVS tags: version_0_99_1, version_0_99_0, conference_2003, HEAD
Add course instructor manual to the building process.

perl help_graphics_converter.pl
cd ../../doc/help
perl rebuildLabelHash.pl

# 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


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>