From: wolf Date: Thu, 14 Apr 2005 23:28:33 +0000 (+0000) Subject: # replace double dashes in comments by — X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8f30cab219d858eb6495fa0d6676a10d0538d4d;p=dealii-svn.git # replace double dashes in comments by — git-svn-id: https://svn.dealii.org/trunk@10501 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/program2html b/deal.II/doc/tutorial/chapter-2.step-by-step/program2html index afbe25a77c..24de747a27 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/program2html +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/program2html @@ -52,6 +52,9 @@ do { s!``!“!g; s!''!”!g; + # replace double dashes in comments by — + s!--!—!g; + # second, replace section headers, and generate addressable # anchor if ( /\@sect/ ) {