From 205c20a66a6b9e3c5e3577a1b9b60ef6ce4e33af Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 4 Jul 2000 08:16:20 +0000 Subject: [PATCH] Fix regexp for the $Id:$ line in the makefiles. git-svn-id: https://svn.dealii.org/trunk@3130 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/development/makefile2html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/doc/development/makefile2html b/deal.II/doc/development/makefile2html index a0aec8195e..d353ff1bfa 100644 --- a/deal.II/doc/development/makefile2html +++ b/deal.II/doc/development/makefile2html @@ -14,7 +14,7 @@ EOT # ignore the first few lines $_ = <>; -while ( m!^#\*\s*\$Id$!) { +while ( m!^#\s*\$Id!) { $_ = <>; } -- 2.39.5