add buildtarget for speeches
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
1480cafac5
commit
11d143ed90
1 changed files with 8 additions and 0 deletions
8
build.sh
8
build.sh
|
@ -84,6 +84,14 @@ case "$1" in
|
|||
"$0" clean && "$0" man && "$0" web
|
||||
;;
|
||||
|
||||
speeches)
|
||||
for speech in doc/speeches/*tex; do
|
||||
pdflatex $speech
|
||||
pdflatex $speech
|
||||
pdflatex $speech
|
||||
done
|
||||
;;
|
||||
|
||||
web)
|
||||
cp README ${WEBDIR}/${WEBPAGE}
|
||||
rm -rf ${WEBDIR}/${WEBBASE}/man && mkdir ${WEBDIR}/${WEBBASE}/man
|
||||
|
|
Loading…
Reference in a new issue