--- loncom/build/buildHelp.sh 2002/07/17 13:54:24 1.1 +++ loncom/build/buildHelp.sh 2002/08/09 14:48:31 1.3 @@ -1,3 +1,13 @@ 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/ + +# 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 +