echo "TeXing documentation"
# TeX the manual
pdftex manual
# ... and build its bibliography
bibtex manual
# # TeX the manual again to incorporate the ToC
pdftex manual
# ... and build the index
../../../doc/manualindex manual
# Finally TeX the manual again to get cross-references right
pdftex manual
# The HTML version of the manual
rm -rf ../htm
mkdir ../htm
echo "Creating HTML documentation"
../../../etc/convert.pl -i -u -c -n automgrp . ../htm
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.