Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > aa971e771c718f4ca7db5dc952615926 > files > 4

exe-2.1.3-4.mga7.src.rpm

#!/bin/bash
#Get Manual from Internet

if [ ! -d "exe/webui/docs/manual" ]
then
  echo "Please decompress sources and put this script into sources"
  exit 0
fi
cp -f ./tools/getManual.py ./
python ./getManual.py
cd exe/webui/docs
tar --gzip -c -f exe-manual.tar.gz manual
mv -f exe-manual.tar.gz ../../../
echo "exe-manual.tar.gz is ready"
cd ../../../