#
# builds ellipsoids.[h|cpp|texi] for GNU GaMa
# 
# $Id: build-ellipsoids,v 1.4 2002/10/12 18:26:44 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

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







