]> Creatis software - bbtk.git/blob - kernel/doc/bbtkWebSite/bbtk-make-index.sh.in
6028095823be7c7edfb0148e0fc105998268acb0
[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 BIN=$(echo ${TMP#*/}|rev)
11
12 echo "> cd ${BIN}/../@BBTK_BBDOC_REL_PATH@"
13 cd ${BIN}/../@BBTK_BBDOC_REL_PATH@
14
15 echo "> ${BIN}/bbi ./make-index"
16 ${BIN}/bbi ./make-index
17
18 echo "** Done ! **"