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/tools | mcbrown | 23 Nov |