cgal/Packages/Distance_3/make_release

25 lines
241 B
Bash
Executable File

#!/bin/sh
if [ ! -d include ]
then
mkdir include
mkdir include/CGAL
fi
cd web
if [ ! -d lis ]
then
mkdir lis
fi
make xsrcs
echo
echo '>>>>>>'
echo " Now adapt version and description.txt and run make_zip"
echo '>>>>>>'