From 9cf8873ae0c2a7ca057da2f338c0b0f51c8a2cd7 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 23 Mar 2001 09:58:49 +0000 Subject: [PATCH] As in program2html. git-svn-id: https://svn.dealii.org/branches/Branch-3-1@4277 0785d39b-7218-0410-832d-ea1e28bc413d --- .../doc/tutorial/chapter-2.step-by-step/program2plain | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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*//!; -- 2.39.5