From: cajus Date: Tue, 30 May 2006 07:50:30 +0000 (+0000) Subject: Redirect stdout X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d13fac64ecc2e9e224fd77df8c7c69f5fe2b5621;p=gosa.git Redirect stdout git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3556 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gen_online_help.sh b/gen_online_help.sh index 17ea91ffc..768d1f4a8 100755 --- a/gen_online_help.sh +++ b/gen_online_help.sh @@ -29,9 +29,9 @@ for lang in *; do cd $lang/lyx-source for source in *.lyx; do - $LYX -e latex $source; d=../html/${source%%\.*}/ + $LYX -e latex $source; d=../html/${source%%\.*}/ > /dev/null [ -d $d ] || mkdir -p $d && rm -r $d/* - $CNV -no_navigation -dir $d ${source%%\.*}.tex + $CNV -no_navigation -dir $d ${source%%\.*}.tex > /dev/null done popd &> /dev/null