diff --git a/Intersections_2/dont_submit b/Intersections_2/dont_submit deleted file mode 100644 index de0e0bbc1fd..00000000000 --- a/Intersections_2/dont_submit +++ /dev/null @@ -1,2 +0,0 @@ -web/* -web diff --git a/Intersections_2/web/Makefile b/Intersections_2/web/Makefile deleted file mode 100644 index 8761b8d68d3..00000000000 --- a/Intersections_2/web/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -PARENTDIR = /users/geert/CGAL/Geert/lib -include $(PARENTDIR)/make_defs - -xsrcs: intersection_2.xsrc intersection_2_1.xsrc intersection_2_2.xsrc \ -intersection_2_3.xsrc straight_2.xsrc - -srcs: intersection_2.src intersection_2_1.src intersection_2_2.src \ - intersection_2_3.src straight_2.src - -texs: intersection_2.tex intersection_2_1.tex intersection_2_2.tex \ - intersection_2_3.tex straight_2.tex - diff --git a/Intersections_2/web/cgal_util.fwi b/Intersections_2/web/cgal_util.fwi deleted file mode 100644 index 40ed8117ac8..00000000000 --- a/Intersections_2/web/cgal_util.fwi +++ /dev/null @@ -1,45 +0,0 @@ -@$@@(@2@)@Z@M==@{@- -template -inline bool do_intersect( - const @1 &p1, - const @2 &p2) -{ - typedef @1_@2_pair pair_t; - pair_t pair(&p1, &p2); - return pair.intersection_type() != pair_t::NO; -}@- -@} - -@$@@(@4@)@Z@M==@{@- -@! parameter description with an example value -@! file : include/CGAL/Optimisation/Min_circle_2.h -@! source : web/Optimisation/Min_circle_2.aw -@! author(s) : Sven Schoenherr , Bernd Gaertner -@! coordinator : ETH Zurich -// ============================================================================ -// -// Copyright (c) 2000 The CGAL Consortium -// -// This software and related documentation is part of an INTERNAL release -// of the Computational Geometry Algorithms Library (CGAL). It is not -// intended for general use. -// -// ---------------------------------------------------------------------------- -// -// release : $CGAL_Revision: $ -// release_date : $CGAL_Date: $ -// -// file : @1 -// source : @2 -// author(s) : @3 -// -// coordinator : @4 -// -// ============================================================================ -@} - -@$@@(@2@)@Z@M==@{@- -#ifndef CGAL_@2_H -#include -#endif -@} diff --git a/Intersections_2/web/stdmacros.fwi b/Intersections_2/web/stdmacros.fwi deleted file mode 100644 index 58255b9cb8a..00000000000 --- a/Intersections_2/web/stdmacros.fwi +++ /dev/null @@ -1,8 +0,0 @@ -@p typesetter = tex -@p no_doc_header -@p #line_offset = 0 -@p #line_depth = 1 -@$@==@{#line @<#line@> "@<#file@>"@} - -@p automatic_line_directive_macro = "line" - diff --git a/Intersections_3/dont_submit b/Intersections_3/dont_submit deleted file mode 100644 index de0e0bbc1fd..00000000000 --- a/Intersections_3/dont_submit +++ /dev/null @@ -1,2 +0,0 @@ -web/* -web diff --git a/Intersections_3/web/Makefile b/Intersections_3/web/Makefile deleted file mode 100644 index aff92e69784..00000000000 --- a/Intersections_3/web/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -PARENTDIR = /users/geert/CGAL/Geert/lib -include $(PARENTDIR)/make_defs - -xsrcs: intersection_3.xsrc - -srcs: intersection_3.src - -texs: intersection_3.tex - diff --git a/Intersections_3/web/cgal_util.fwi b/Intersections_3/web/cgal_util.fwi deleted file mode 100644 index f7e82c0dac8..00000000000 --- a/Intersections_3/web/cgal_util.fwi +++ /dev/null @@ -1,45 +0,0 @@ -@$@@(@2@)@Z@M==@{@- -template -inline bool do_intersect( - const @1 &p1, - const @2 &p2) -{ - typedef @1_@2_pair pair_t; - pair_t pair(&p1, &p2); - return pair.intersection_type() != pair_t::NO; -}@- -@} - -@$@@(@4@)@Z@M==@{@- -@! parameter description with an example value -@! file : include/CGAL/Optimisation/Min_circle_2.h -@! source : web/Optimisation/Min_circle_2.aw -@! author(s) : Sven Schoenherr , Bernd Gaertner -@! coordinator : ETH Zurich -// ============================================================================ -// -// Copyright (c) 1997 The CGAL Consortium -// -// This software and related documentation is part of an INTERNAL release -// of the Computational Geometry Algorithms Library (CGAL). It is not -// intended for general use. -// -// ---------------------------------------------------------------------------- -// -// release : $CGAL_Revision: $ -// release_date : $CGAL_Date: $ -// -// file : @1 -// source : @2 -// author(s) : @3 -// -// coordinator : @4 -// -// ============================================================================ -@} - -@$@@(@2@)@Z@M==@{@- -#ifndef CGAL_@2_H -#include -#endif -@} diff --git a/Intersections_3/web/stdmacros.fwi b/Intersections_3/web/stdmacros.fwi deleted file mode 100644 index 58255b9cb8a..00000000000 --- a/Intersections_3/web/stdmacros.fwi +++ /dev/null @@ -1,8 +0,0 @@ -@p typesetter = tex -@p no_doc_header -@p #line_offset = 0 -@p #line_depth = 1 -@$@==@{#line @<#line@> "@<#file@>"@} - -@p automatic_line_directive_macro = "line" -