List:Commits« Previous MessageNext Message »
From:paul Date:May 14 2007 7:22pm
Subject:svn commit - mysqldoc@docsrva: r6446 - in trunk: . tools
View as plain text  
Author: paul
Date: 2007-05-14 21:22:16 +0200 (Mon, 14 May 2007)
New Revision: 6446

Log:
 r24932@polar:  paul | 2007-05-14 14:12:17 -0500
 Add glossentry to ID map generators (a userguide file has a link to one
 of these).


Modified:
   trunk/tools/idmap.pl
   trunk/tools/idmap2.pl

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:24893
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:20299
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:17229
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:24932
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:20299
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:17229


Modified: trunk/tools/idmap.pl
===================================================================
--- trunk/tools/idmap.pl	2007-05-14 17:45:52 UTC (rev 6445)
+++ trunk/tools/idmap.pl	2007-05-14 19:22:16 UTC (rev 6446)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 861 bytes

@@ -248,7 +248,7 @@
 
     if (exists($element->{Attributes}->{id}))
     {
-        return unless ($element->{Name} =~ m/^(appendix|article|book|part|chapter|example|glossary|para|preface|programlisting|refentry|refsection|section|figure)$/i);
+        return unless ($element->{Name} =~ m/^(appendix|article|book|part|chapter|example|glossary|glossentry|para|preface|programlisting|refentry|refsection|section|figure)$/i);
 
         $self->{ids}->{$element->{Attributes}->{id}} = {'type' => $element->{Name},
                                                         'sectionparent' => $self->{currsection} || $element->{Attributes}->{id} || '--TOP--',


Modified: trunk/tools/idmap2.pl
===================================================================
--- trunk/tools/idmap2.pl	2007-05-14 17:45:52 UTC (rev 6445)
+++ trunk/tools/idmap2.pl	2007-05-14 19:22:16 UTC (rev 6446)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 822 bytes

@@ -443,7 +443,7 @@
 
     if (exists($element->{Attributes}->{id}))
     {
-        return unless ($element->{Name} =~ m/^(appendix|article|book|part|chapter|example|glossary|para|preface|programlisting|refentry|refsection|section|figure)$/i);
+        return unless ($element->{Name} =~ m/^(appendix|article|book|part|chapter|example|glossary|glossentry|para|preface|programlisting|refentry|refsection|section|figure)$/i);
 
         $self->{ids}->{$element->{Attributes}->{id}} = {'type' => $element->{Name},
                                                         'sectionparent' => $self->{currsection} || 


Thread
svn commit - mysqldoc@docsrva: r6446 - in trunk: . toolspaul14 May