File:  [LON-CAPA] / loncom / build / buildHelp.sh
Revision 1.7: download - view: text, annotated - select for diffs
Tue Aug 7 21:03:52 2007 UTC (16 years, 8 months ago) by albertel
Branches: MAIN
CVS tags: version_2_6_X, version_2_6_3, version_2_6_2, version_2_6_1, version_2_6_0, version_2_5_X, version_2_5_99_1, version_2_5_99_0, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_99_0, HEAD
- blow up if rebuildLabelHash fails

perl help_graphics_converter.pl
cd ../../doc/help
perl rebuildLabelHash.pl
if [ $? -ne 0 ]; then
    exit -1
fi


# build author manual, with the current eps files
perl render.texxml.pl -- author.manual  ../../loncom/html/adm/help/eps/ $1
perl render.texxml.pl -- course.manual  ../../loncom/html/adm/help/eps/ $1
#perl render.texxml.pl -- developer.manual  ../../loncom/html/adm/help/eps/ $1

# 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 -- developer.manual.texxml > developer.manual.access.tex


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