3 # List of local files which will be install in web root
7 LOG_FILE="$ROOT_DIR/upgrade.log"
9 # The theme name to install (optional)
12 # The theme name in reference for template/CSS/image files
13 THEME_TPL_REF="default"
14 THEME_CSS_REF="default"
15 THEME_IMG_REF="default"
21 # If EXPORT_DIR is a zero length string, will not export doc
22 EXPORT_DOC_DIR=/var/www/ldapsaisie-doc
24 # PDF export name file
25 # If PDF is a zero length string, pdf doc export will not build
28 # EPUB export name file
29 # If EPUB is a zero length string, epub doc export will not build
32 # ALL_IN_ONE export name
33 # If ALL_IN_ONE is a zero length string, all-in-one doc export will not build
37 # If ONLINE is a zero length string, on-line doc export will not build
41 # If DOCBOOK is a zero length string, docbook doc export will not buil
44 # The CSS file to use in export
45 CSS=$ROOT_DIR/doc/styles/LS.css
47 # The image doc directory
48 IMAGES=$ROOT_DIR/doc/images
50 # The name of last update file
51 LAST_UPDATE_FILE=$EXPORT_DOC_DIR/last_update.txt