#
# builds ellipsoids.[h|cpp|texi] for GNU GaMa
# 
# $Id: build-ellipsoids,v 1.5 2003/03/16 17:56:47 cepek Exp $


if pwd | grep /scripts$; then cd ..; fi

echo
echo "Building ellipsoids_xml"
echo

(cd scripts ; make -f Makefile-ellipsoids )

# scripts/ellipsoids_xml xml/ellipsoids.xml gamalib/
# 
# rm -f xml/ellipsoids.html doc/ellipsoids.texi
# mv gamalib/ellipsoids.html xml
# mv gamalib/ellipsoids.texi doc

# ------------------------------------------------------------------------







