From: wolf Date: Fri, 23 Mar 2001 09:57:57 +0000 (+0000) Subject: As in program2html. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2c2be43d3589705390c2b167281d1ed2f0b6726;p=dealii-svn.git As in program2html. git-svn-id: https://svn.dealii.org/trunk@4276 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/program2plain b/deal.II/doc/tutorial/chapter-2.step-by-step/program2plain index 546da81f4c..09f2ccb7e1 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/program2plain +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/program2plain @@ -1,8 +1,9 @@ -# Copyright (C) 1999, 2000 by Wolfgang Bangerth, Univerisity of Heidelberg.de +# Copyright (C) 1999, 2000, 2001 by Wolfgang Bangerth, Univerisity of Heidelberg.de -# ignore the first few lines +# ignore comments at the start of the program. this includes CVS +# tags and copyright notices. $_ = <>; -while ( m!^//\*\s*\$Id$!) { +while ( m!^/[/\*]!) { $_ = <>; } @@ -20,9 +21,6 @@ END while (<>) { - # ignore cvs tag - next if m!^//\*\s*\$Id:!; - # ignore comment lines next if m!^\s*//!;