#!/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"