cgal/Packages/Intersections_3/make_release

27 lines
248 B
Bash
Executable File

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