Annotation of loncom/build/buildHelp.sh, revision 1.5

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/
                      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>