X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gen_online_help.sh;h=73062f15def393d4213cc064821264335d5f1b8f;hb=fad4bc687f5361f6ce89beaa2746e8f782b72ea6;hp=beac374a3484b49653e403ff2d65b76e780d19b4;hpb=4b440811044ff0ba60f6fcc90a8409aaf4037d3d;p=gosa.git diff --git a/gen_online_help.sh b/gen_online_help.sh index beac374a3..73062f15d 100755 --- a/gen_online_help.sh +++ b/gen_online_help.sh @@ -1,7 +1,7 @@ #!/bin/sh # Defaults for Debian -CNV=latex2html +CNV=`pwd`/contrib/latex2html LYX=lyx-qt # Sanity checks @@ -25,7 +25,7 @@ for lang in *; do [ ! -d "$lang" ] && continue pushd . &> /dev/null - echo -n "Processing language $lang..." + echo "Processing language $lang..." cd $lang/lyx-source for source in *.lyx; do @@ -38,5 +38,5 @@ for lang in *; do done popd &> /dev/null - +echo exit 0