List:Commits« Previous MessageNext Message »
From:mcbrown Date:November 23 2006 3:02pm
Subject:svn commit - mysqldoc@docsrva: r4025 - trunk/tools
View as plain text  
Author: mcbrown
Date: 2006-11-23 16:02:00 +0100 (Thu, 23 Nov 2006)
New Revision: 4025

Log:
Updating remap with glossary remapping support



Modified:
   trunk/tools/idremap.pl


Modified: trunk/tools/idremap.pl
===================================================================
--- trunk/tools/idremap.pl	2006-11-23 14:36:46 UTC (rev 4024)
+++ trunk/tools/idremap.pl	2006-11-23 15:02:00 UTC (rev 4025)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 730 bytes

@@ -122,7 +122,7 @@
         }
         if (exists($missing->{$idref}))
         {
-            if ($idmap->{$idref}->{type} =~ m/^(appendix|article|book|part|chapter|example|preface|refentry|refsection|section)$/i)
+            if ($idmap->{$idref}->{type} =~ m/^(appendix|article|book|part|chapter|example|glossary|preface|refentry|refsection|section)$/i)
             {
                 print STDERR "Replacing $idref with URL/$idref.html [$idmap->{$idref}->{title}](direct)\n"
                     if ($warnings);


Thread
svn commit - mysqldoc@docsrva: r4025 - trunk/toolsmcbrown23 Nov