#!/bin/sh
if [ ! -d include ]
then
mkdir include
mkdir include/CGAL
fi
cd web
if [ ! -d lis ]
mkdir lis
make xsrcs
cd ..
cvs -q commit -m "" include