#!/bin/sh # Les variables paramétrables dans la sortie outputroot=../../html/$dir navbgcolor="#B0A1FD" toc_spacer_image=$depth/graphics/blank.gif toc_pointer_image=$depth/graphics/blank.gif toc_blank_image=$depth/graphics/blank.gif suppress_homepage_title=0 nav_icon_path=$depth/graphics/navicons/ footer_hr=0 java -cp $jars com.icl.saxon.StyleSheet autolayout.xml $drivers/chunk-tabular.xsl navbgcolor=$navbgcolor output-root=$outputroot toc.spacer.image=$toc_spacer_image toc.pointer.image=$toc_pointer_image toc.blank.image=$toc_blank_image suppress.homepage.title=$suppress_homepage_title nav.icon.path=$nav_icon_path footer.hr=$footer_hr