]> Creatis software - bbtk.git/blob - kernel/doc/bbtkWebSite/bbtk-make-index.sh.in
835627fc081f9e7a11c47d0be01bed7d77456761
[bbtk.git] / kernel / doc / bbtkWebSite / bbtk-make-index.sh.in
1 #!/bin/bash
2 # Have to source the bashrc for potential LD_LIBRARY_PATH additions
3 # (typical /usr/local install) 
4 source ${HOME}/.bashrc
5 #echo ${LD_LIBRARY_PATH}
6
7 echo "** Recreating bbtk doc index **"
8
9 TMP=$(which $0|rev)
10 TMP2=$(echo ${TMP#*/}|rev)
11 DIR=${TMP2}/../@bbtk_install_gnome_DATA_REL_PATH@
12
13 echo "> cd ${DIR}/@BBTK_BBDOC_REL_PATH@"
14 cd ${DIR}/@BBTK_BBDOC_REL_PATH@
15
16 echo "> bbi -n ./make-index"
17 bbi -n ./make-index
18
19 echo "** Done ! **"