add buildtarget for speeches

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-04-29 20:24:49 +02:00
parent 1480cafac5
commit 11d143ed90
1 changed files with 8 additions and 0 deletions

View File

@ -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