Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > media > contrib > by-pkgid > 06719cf03808e17ae6f0852ca1052dc2 > files > 3660

libogre1-devel-0.13.0-1mdk.i586.rpm

# ----------------------------------------------------------------------------
# OGRE Documentation Generation Script
# 
# This script generates the manuals and APIs from source files in this folder
# To run this script, you require:
#   1. Doxygen
#   2. texi2html
# ----------------------------------------------------------------------------

# Generate API docs using doxygen
doxygen html.cfg

# Generate manuals from texi
for f in *.texi;
do
	texi2html -init_file ogretexi2html.init -subdir=../`basename $f .texi` -split section $f;
done
# copy stylesheet to core docs folder
cp style.css ../