#!/bin/sh PKG_NAME="Component" THISDIR=`dirname $0` if [ "$THISDIR" != "" ] ; then cd "$THISDIR" fi cd ../Component/Docs rst2html.py --no-toc-backlinks < UsersGuide.txt > UsersGuide.html cd ../../disttools