-
Notifications
You must be signed in to change notification settings - Fork 14
/
build.sh
executable file
·36 lines (29 loc) · 1.51 KB
/
build.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#!/bin/bash
#===============================================================================
# Configuration
#===============================================================================
source ./build.config.sh
source ./$DIR_BLD/build.lib.sh
#===============================================================================
#===============================================================================
# Local files and modifications
#===============================================================================
#cp ~/Shared/repositories/publications/phd-thesis.bib ${FILE_BIB}
#cp ~/Shared/repositories/publications/acronyms.tex ${FILE_ACRO}
#cp ~/Shared/repositories/publications/glossary.tex ${FILE_GLS}
#TMP_FILE=`mktemp /tmp/config.XXXXXXXXXX`
#sed -E 's/^( )*journal([ =])/\1journaltitle\2/g' ${FILE_BIB} > ${TMP_FILE}
#cp ${TMP_FILE} ${FILE_BIB}
#TMP_FILE=`mktemp /tmp/config.XXXXXXXXXX`
#sed -E 's/{\\_}/_/g' ${FILE_BIB} > ${TMP_FILE}
#cp ${TMP_FILE} ${FILE_BIB}
#===============================================================================
#===============================================================================
# Parameter checking
#===============================================================================
checkParameter $*
#===============================================================================
#===============================================================================
# Main program
#===============================================================================
doDefaultProject