From: Wolfgang Bangerth Date: Tue, 4 Jul 2000 08:16:20 +0000 (+0000) Subject: Fix regexp for the $Id:$ line in the makefiles. X-Git-Tag: v8.0.0~20293 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=136d72eaa16f660e54b0d3b7a030e217930f524c;p=dealii.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!) { $_ = <>; }