From: wolf Date: Tue, 4 Jul 2000 08:16:20 +0000 (+0000) Subject: Fix regexp for the $Id:$ line in the makefiles. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=205c20a66a6b9e3c5e3577a1b9b60ef6ce4e33af;p=dealii-svn.git Fix regexp for the $Id:$ line in the makefiles. git-svn-id: https://svn.dealii.org/trunk@3130 0785d39b-7218-0410-832d-ea1e28bc413d --- 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!) { $_ = <>; }