summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2b975b5)
raw | patch | inline | side by side (parent: 2b975b5)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 30 May 2006 07:50:30 +0000 (07:50 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 30 May 2006 07:50:30 +0000 (07:50 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3556 594d385d-05f5-0310-b6e9-bd551577e9d8
gen_online_help.sh | patch | blob | history |
diff --git a/gen_online_help.sh b/gen_online_help.sh
index 17ea91ffc4d8a8c73f63f7ea5f57da8651cb4e4f..768d1f4a89a43cf7c6ba4f87574f3b5ebaeadb56 100755 (executable)
--- a/gen_online_help.sh
+++ b/gen_online_help.sh
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