Commit f6d24b37 authored by claes's avatar claes

Version file converted to html

parent e9e36af0
......@@ -35,7 +35,7 @@ fi
arch=${line#Architecture: }
fi
if [ "${line:0:13}" = "Description: " ]; then
if [ "${line:0:12}" = "Description:" ]; then
echo ""
echo "<image> pwr_logga.gif"
echo ""
......@@ -44,7 +44,7 @@ fi
echo "<b>Proview V${version:0:3}"
echo "Version V$version"
echo ""
echo "Copyright (C) 2003-${d:0:4} SSAB Oxelsund AB"
echo "Copyright 2003-${d:0:4} SSAB Oxelsund AB"
echo "All Rights Reserved."
echo ""
echo "E-mail postmaster@proview.se"
......@@ -65,8 +65,16 @@ fi
fi
done
} < $datfile
echo "</topic>"
} > $pwr_exe/xtt_version_help.dat
# Convert to html
co_convert -t -d $pwr_doc $pwr_exe/xtt_version_help.dat
if [ "$1" == "-v" ]; then
exit
fi
pkgroot=$pwre_broot/$pwre_target/bld/pkg/pwrrt
pkgsrc=$pwre_sroot/tools/pkg/deb/pwrrt
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment