| 20 |
|
|
| 21 |
stylesheet_dir="$build_path/stylesheets" |
stylesheet_dir="$build_path/stylesheets" |
| 22 |
stylesheet_profile="$stylesheet_dir/style-profile.xsl" |
stylesheet_profile="$stylesheet_dir/style-profile.xsl" |
| 23 |
stylesheet_html="$stylesheet_dir/style-html.xsl" |
if [ ! "$web_build" ]; then |
| 24 |
|
stylesheet_html="$stylesheet_dir/style-html.xsl" |
| 25 |
|
else |
| 26 |
|
stylesheet_html="$stylesheet_dir/style-html-web.xsl" |
| 27 |
|
fi |
| 28 |
stylesheet_html_single="$stylesheet_dir/style-html-single.xsl" |
stylesheet_html_single="$stylesheet_dir/style-html-single.xsl" |
| 29 |
stylesheet_fo="$stylesheet_dir/style-fo.xsl" |
stylesheet_fo="$stylesheet_dir/style-fo.xsl" |
| 30 |
stylesheet_dsssl="$stylesheet_dir/style-print.dsl" |
stylesheet_dsssl="$stylesheet_dir/style-print.dsl" |
| 169 |
-d $stylesheet_dsssl \ |
-d $stylesheet_dsssl \ |
| 170 |
-V tex-backend \ |
-V tex-backend \ |
| 171 |
$tempdir/install.${language}.profiled.xml |
$tempdir/install.${language}.profiled.xml |
| 172 |
RET=$? |
RET=$?; [ $RET -ne 0 ] && return $RET |
|
if [ $RET -eq 1 ] && [ -s $tempdir/install.${language}.tex ] ; then |
|
|
echo "Warning: recieved error $RET from 'openjade'; probably non-fatal so ignoring." |
|
|
else |
|
|
[ $RET -ne 0 ] && return $RET |
|
|
fi |
|
| 173 |
|
|
| 174 |
echo "Info: creating temporary .dvi file..." |
echo "Info: creating temporary .dvi file..." |
| 175 |
|
|