Annotation of loncom/build/buildHelp.sh, revision 1.6
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.6 ! albertel 6: perl render.texxml.pl -- author.manual ../../loncom/html/adm/help/eps/ $1
! 7: perl render.texxml.pl -- course.manual ../../loncom/html/adm/help/eps/ $1
1.3 bowersj2 8:
9: # build on-line access to the manuals
10:
11: perl texxml2indextex.pl -- author.manual.texxml > author.manual.access.tex
12: perl texxml2indextex.pl -- course.manual.texxml > course.manual.access.tex
13:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>