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"; ----------------------------------------------------- |
||
|---|---|---|
| .. | ||
| demo/Kinetic_data_structures | ||
| doc_tex | ||
| examples | ||
| hidden | ||
| include/CGAL | ||
| src | ||
| test | ||
| changes.txt | ||
| description.txt | ||
| dont_submit | ||
| long_description.txt | ||
| maintainer | ||
| todo | ||