mirror of https://github.com/CGAL/cgal
Using the following Perl script: ----------------------------------------------------- #!/usr/bin/perl local($/) = undef; my $text = <>; $text =~ s/\A\n+//mg; $text =~ s/\n+\Z/\n/mg; print "$text"; ----------------------------------------------------- |
||
|---|---|---|
| .. | ||
| Benchmarks | ||
| demo/Circular_kernel_2 | ||
| doc_tex | ||
| examples/Circular_kernel_2 | ||
| include/CGAL | ||
| test/Circular_kernel_2 | ||
| TODO | ||
| changes.txt | ||
| dont_submit | ||
| maintainer | ||