#! /bin/sh
# Build the HTML docs foreGTK

export EGNOME=/usr/lib/egnome

cd /usr/share/doc/egnome/html
echo '${EGNOME}/loadpath.se' >loadpath.se
rm *.html

/usr/lib/smarteiffel/bin/selib2html -l .

chmod 644 *.html
