List:Commits« Previous MessageNext Message »
From:paul Date:April 18 2007 7:21pm
Subject:svn commit - mysqldoc@docsrva: r5962 - in trunk: . internals
View as plain text  
Author: paul
Date: 2007-04-18 19:21:16 +0200 (Wed, 18 Apr 2007)
New Revision: 5962

Log:
 r23655@polar:  paul | 2007-04-18 12:17:34 -0500
 Refactor entity-inclusion in internals directory.


Added:
   trunk/internals/all-entities.ent
Modified:
   trunk/internals/Makefile.depends
   trunk/internals/algorithms.xml
   trunk/internals/client-server-protocol.xml
   trunk/internals/coding-guidelines.xml
   trunk/internals/custom-engine.xml
   trunk/internals/error-message.xml
   trunk/internals/fileformats.xml
   trunk/internals/guided-tour.xml
   trunk/internals/innodb-sources.xml
   trunk/internals/innodb.xml
   trunk/internals/internals.xml
   trunk/internals/myisam.xml
   trunk/internals/mysql-sources.xml
   trunk/internals/optimizer.xml
   trunk/internals/porting.xml
   trunk/internals/prepared-stored.xml
   trunk/internals/replication.xml
   trunk/internals/selects.xml
   trunk/internals/stored-program.xml
   trunk/internals/transformations.xml

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


Modified: trunk/internals/Makefile.depends
===================================================================
--- trunk/internals/Makefile.depends	2007-04-18 17:20:07 UTC (rev 5961)
+++ trunk/internals/Makefile.depends	2007-04-18 17:21:16 UTC (rev 5962)
Changed blocks: 19, Lines Added: 55, Lines Deleted: 17; 6306 bytes

@@ -1,5 +1,7 @@
 algorithms_INCLUDES = \
-	../common/fixedchars.ent
+	../common/fixedchars.ent \
+	../refman-common/urls.ent \
+	all-entities.ent
 algorithms_IMAGES =
 algorithms_SOURCES = algorithms.xml $(algorithms_INCLUDES)
 algorithms-prepped.xml: $(algorithms_SOURCES)

@@ -7,7 +9,9 @@
 algorithms-remprepped.xml: $(algorithms_SOURCES)
 
 client_server_protocol_INCLUDES = \
-	../common/fixedchars.ent
+	../common/fixedchars.ent \
+	../refman-common/urls.ent \
+	all-entities.ent
 client_server_protocol_IMAGES =
 client_server_protocol_SOURCES = client-server-protocol.xml
$(client_server_protocol_INCLUDES)
 client-server-protocol-prepped.xml: $(client_server_protocol_SOURCES)

@@ -15,7 +19,9 @@
 client-server-protocol-remprepped.xml: $(client_server_protocol_SOURCES)
 
 coding_guidelines_INCLUDES = \
-	../common/fixedchars.ent
+	../common/fixedchars.ent \
+	../refman-common/urls.ent \
+	all-entities.ent
 coding_guidelines_IMAGES =
 coding_guidelines_SOURCES = coding-guidelines.xml $(coding_guidelines_INCLUDES)
 coding-guidelines-prepped.xml: $(coding_guidelines_SOURCES)

@@ -31,6 +37,8 @@
 
 custom_engine_INCLUDES = \
 	../common/fixedchars.ent \
+	../refman-common/urls.ent \
+	all-entities.ent \
 	images/custom-engine-overview.png
 custom_engine_IMAGES = \
 	images/custom-engine-overview.png

@@ -40,7 +48,9 @@
 custom-engine-remprepped.xml: $(custom_engine_SOURCES)
 
 error_message_INCLUDES = \
-	../common/fixedchars.ent
+	../common/fixedchars.ent \
+	../refman-common/urls.ent \
+	all-entities.ent
 error_message_IMAGES =
 error_message_SOURCES = error-message.xml $(error_message_INCLUDES)
 error-message-prepped.xml: $(error_message_SOURCES)

@@ -48,7 +58,9 @@
 error-message-remprepped.xml: $(error_message_SOURCES)
 
 fileformats_INCLUDES = \
-	../common/fixedchars.ent
+	../common/fixedchars.ent \
+	../refman-common/urls.ent \
+	all-entities.ent
 fileformats_IMAGES =
 fileformats_SOURCES = fileformats.xml $(fileformats_INCLUDES)
 fileformats-prepped.xml: $(fileformats_SOURCES)

@@ -56,7 +68,9 @@
 fileformats-remprepped.xml: $(fileformats_SOURCES)
 
 guided_tour_INCLUDES = \
-	../common/fixedchars.ent
+	../common/fixedchars.ent \
+	../refman-common/urls.ent \
+	all-entities.ent
 guided_tour_IMAGES =
 guided_tour_SOURCES = guided-tour.xml $(guided_tour_INCLUDES)
 guided-tour-prepped.xml: $(guided_tour_SOURCES)

@@ -64,7 +78,9 @@
 guided-tour-remprepped.xml: $(guided_tour_SOURCES)
 
 innodb_sources_INCLUDES = \
-	../common/fixedchars.ent
+	../common/fixedchars.ent \
+	../refman-common/urls.ent \
+	all-entities.ent
 innodb_sources_IMAGES =
 innodb_sources_SOURCES = innodb-sources.xml $(innodb_sources_INCLUDES)
 innodb-sources-prepped.xml: $(innodb_sources_SOURCES)

@@ -72,7 +88,9 @@
 innodb-sources-remprepped.xml: $(innodb_sources_SOURCES)
 
 innodb_INCLUDES = \
-	../common/fixedchars.ent
+	../common/fixedchars.ent \
+	../refman-common/urls.ent \
+	all-entities.ent
 innodb_IMAGES =
 innodb_SOURCES = innodb.xml $(innodb_INCLUDES)
 innodb-prepped.xml: $(innodb_SOURCES)

@@ -81,7 +99,9 @@
 
 internals_INCLUDES = \
 	../common/fixedchars.ent \
+	../refman-common/urls.ent \
 	algorithms.xml \
+	all-entities.ent \
 	client-server-protocol.xml \
 	coding-guidelines.xml \
 	copyright.xml \

@@ -118,7 +138,9 @@
 legalnotice.en-remprepped.xml: $(legalnotice_en_SOURCES)
 
 myisam_INCLUDES = \
-	../common/fixedchars.ent
+	../common/fixedchars.ent \
+	../refman-common/urls.ent \
+	all-entities.ent
 myisam_IMAGES =
 myisam_SOURCES = myisam.xml $(myisam_INCLUDES)
 myisam-prepped.xml: $(myisam_SOURCES)

@@ -126,7 +148,9 @@
 myisam-remprepped.xml: $(myisam_SOURCES)
 
 mysql_sources_INCLUDES = \
-	../common/fixedchars.ent
+	../common/fixedchars.ent \
+	../refman-common/urls.ent \
+	all-entities.ent
 mysql_sources_IMAGES =
 mysql_sources_SOURCES = mysql-sources.xml $(mysql_sources_INCLUDES)
 mysql-sources-prepped.xml: $(mysql_sources_SOURCES)

@@ -134,7 +158,9 @@
 mysql-sources-remprepped.xml: $(mysql_sources_SOURCES)
 
 optimizer_INCLUDES = \
-	../common/fixedchars.ent
+	../common/fixedchars.ent \
+	../refman-common/urls.ent \
+	all-entities.ent
 optimizer_IMAGES =
 optimizer_SOURCES = optimizer.xml $(optimizer_INCLUDES)
 optimizer-prepped.xml: $(optimizer_SOURCES)

@@ -142,7 +168,9 @@
 optimizer-remprepped.xml: $(optimizer_SOURCES)
 
 porting_INCLUDES = \
-	../common/fixedchars.ent
+	../common/fixedchars.ent \
+	../refman-common/urls.ent \
+	all-entities.ent
 porting_IMAGES =
 porting_SOURCES = porting.xml $(porting_INCLUDES)
 porting-prepped.xml: $(porting_SOURCES)

@@ -150,7 +178,9 @@
 porting-remprepped.xml: $(porting_SOURCES)
 
 prepared_stored_INCLUDES = \
-	../common/fixedchars.ent
+	../common/fixedchars.ent \
+	../refman-common/urls.ent \
+	all-entities.ent
 prepared_stored_IMAGES =
 prepared_stored_SOURCES = prepared-stored.xml $(prepared_stored_INCLUDES)
 prepared-stored-prepped.xml: $(prepared_stored_SOURCES)

@@ -158,7 +188,9 @@
 prepared-stored-remprepped.xml: $(prepared_stored_SOURCES)
 
 replication_INCLUDES = \
-	../common/fixedchars.ent
+	../common/fixedchars.ent \
+	../refman-common/urls.ent \
+	all-entities.ent
 replication_IMAGES =
 replication_SOURCES = replication.xml $(replication_INCLUDES)
 replication-prepped.xml: $(replication_SOURCES)

@@ -166,7 +198,9 @@
 replication-remprepped.xml: $(replication_SOURCES)
 
 selects_INCLUDES = \
-	../common/fixedchars.ent
+	../common/fixedchars.ent \
+	../refman-common/urls.ent \
+	all-entities.ent
 selects_IMAGES =
 selects_SOURCES = selects.xml $(selects_INCLUDES)
 selects-prepped.xml: $(selects_SOURCES)

@@ -174,7 +208,9 @@
 selects-remprepped.xml: $(selects_SOURCES)
 
 stored_program_INCLUDES = \
-	../common/fixedchars.ent
+	../common/fixedchars.ent \
+	../refman-common/urls.ent \
+	all-entities.ent
 stored_program_IMAGES =
 stored_program_SOURCES = stored-program.xml $(stored_program_INCLUDES)
 stored-program-prepped.xml: $(stored_program_SOURCES)

@@ -182,7 +218,9 @@
 stored-program-remprepped.xml: $(stored_program_SOURCES)
 
 transformations_INCLUDES = \
-	../common/fixedchars.ent
+	../common/fixedchars.ent \
+	../refman-common/urls.ent \
+	all-entities.ent
 transformations_IMAGES =
 transformations_SOURCES = transformations.xml $(transformations_INCLUDES)
 transformations-prepped.xml: $(transformations_SOURCES)


Modified: trunk/internals/algorithms.xml
===================================================================
--- trunk/internals/algorithms.xml	2007-04-18 17:20:07 UTC (rev 5961)
+++ trunk/internals/algorithms.xml	2007-04-18 17:21:16 UTC (rev 5962)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 4; 662 bytes

@@ -2,10 +2,8 @@
 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
 [
-  <!ENTITY % fixedchars.entities  SYSTEM "../common/fixedchars.ent">
-  %fixedchars.entities;
-  <!ENTITY % urls.entities       SYSTEM "../refman-common/urls.ent">
-  %urls.entities;
+  <!ENTITY % all.entities SYSTEM "all-entities.ent">
+  %all.entities;
 ]>
 <chapter id="algorithms">
 


Added: trunk/internals/all-entities.ent
===================================================================
--- trunk/internals/all-entities.ent	                        (rev 0)
+++ trunk/internals/all-entities.ent	2007-04-18 17:21:16 UTC (rev 5962)
Changed blocks: 1, Lines Added: 10, Lines Deleted: 0; 664 bytes

@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  This file names all the entity files needed by .xml files in the
+  current directory.  All ENTITY declarations should be given
+  first, followed by references to the those entities.
+-->
+<!ENTITY % fixedchars.entities SYSTEM "../common/fixedchars.ent">
+<!ENTITY % urls.entities       SYSTEM "../refman-common/urls.ent">
+%fixedchars.entities;
+%urls.entities;


Modified: trunk/internals/client-server-protocol.xml
===================================================================
--- trunk/internals/client-server-protocol.xml	2007-04-18 17:20:07 UTC (rev 5961)
+++ trunk/internals/client-server-protocol.xml	2007-04-18 17:21:16 UTC (rev 5962)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 4; 710 bytes

@@ -2,10 +2,8 @@
 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
 [
-  <!ENTITY % fixedchars.entities  SYSTEM "../common/fixedchars.ent">
-  %fixedchars.entities;
-  <!ENTITY % urls.entities       SYSTEM "../refman-common/urls.ent">
-  %urls.entities;
+  <!ENTITY % all.entities SYSTEM "all-entities.ent">
+  %all.entities;
 ]>
 <chapter id="client-server-protocol">
 


Modified: trunk/internals/coding-guidelines.xml
===================================================================
--- trunk/internals/coding-guidelines.xml	2007-04-18 17:20:07 UTC (rev 5961)
+++ trunk/internals/coding-guidelines.xml	2007-04-18 17:21:16 UTC (rev 5962)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 4; 690 bytes

@@ -2,10 +2,8 @@
 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
 [
-  <!ENTITY % fixedchars.entities  SYSTEM "../common/fixedchars.ent">
-  %fixedchars.entities;
-  <!ENTITY % urls.entities       SYSTEM "../refman-common/urls.ent">
-  %urls.entities;
+  <!ENTITY % all.entities SYSTEM "all-entities.ent">
+  %all.entities;
 ]>
 <chapter id="coding-guidelines">
 


Modified: trunk/internals/custom-engine.xml
===================================================================
--- trunk/internals/custom-engine.xml	2007-04-18 17:20:07 UTC (rev 5961)
+++ trunk/internals/custom-engine.xml	2007-04-18 17:21:16 UTC (rev 5962)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 4; 674 bytes

@@ -2,10 +2,8 @@
 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
 [
-  <!ENTITY % fixedchars.entities  SYSTEM "../common/fixedchars.ent">
-  %fixedchars.entities;
-  <!ENTITY % urls.entities       SYSTEM "../refman-common/urls.ent">
-  %urls.entities;
+  <!ENTITY % all.entities SYSTEM "all-entities.ent">
+  %all.entities;
 ]>
 <chapter id="custom-engine">
 


Modified: trunk/internals/error-message.xml
===================================================================
--- trunk/internals/error-message.xml	2007-04-18 17:20:07 UTC (rev 5961)
+++ trunk/internals/error-message.xml	2007-04-18 17:21:16 UTC (rev 5962)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 4; 674 bytes

@@ -2,10 +2,8 @@
 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
 [
-  <!ENTITY % fixedchars.entities  SYSTEM "../common/fixedchars.ent">
-  %fixedchars.entities;
-  <!ENTITY % urls.entities       SYSTEM "../refman-common/urls.ent">
-  %urls.entities;
+  <!ENTITY % all.entities SYSTEM "all-entities.ent">
+  %all.entities;
 ]>
 <chapter id="error-message">
 


Modified: trunk/internals/fileformats.xml
===================================================================
--- trunk/internals/fileformats.xml	2007-04-18 17:20:07 UTC (rev 5961)
+++ trunk/internals/fileformats.xml	2007-04-18 17:21:16 UTC (rev 5962)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 578 bytes

@@ -2,8 +2,8 @@
 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
 [
-  <!ENTITY % fixedchars.entities  SYSTEM "../common/fixedchars.ent">
-  %fixedchars.entities;
+  <!ENTITY % all.entities SYSTEM "all-entities.ent">
+  %all.entities;
 ]>
 <chapter id="fileformats">
 


Modified: trunk/internals/guided-tour.xml
===================================================================
--- trunk/internals/guided-tour.xml	2007-04-18 17:20:07 UTC (rev 5961)
+++ trunk/internals/guided-tour.xml	2007-04-18 17:21:16 UTC (rev 5962)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 4; 666 bytes

@@ -2,10 +2,8 @@
 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
 [
-  <!ENTITY % fixedchars.entities  SYSTEM "../common/fixedchars.ent">
-  %fixedchars.entities;
-  <!ENTITY % urls.entities       SYSTEM "../refman-common/urls.ent">
-  %urls.entities;
+  <!ENTITY % all.entities SYSTEM "all-entities.ent">
+  %all.entities;
 ]>
 <chapter id="guided-tour">
 


Modified: trunk/internals/innodb-sources.xml
===================================================================
--- trunk/internals/innodb-sources.xml	2007-04-18 17:20:07 UTC (rev 5961)
+++ trunk/internals/innodb-sources.xml	2007-04-18 17:21:16 UTC (rev 5962)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 4; 688 bytes

@@ -2,10 +2,8 @@
 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
 [
-  <!ENTITY % fixedchars.entities  SYSTEM "../common/fixedchars.ent">
-  %fixedchars.entities;
-  <!ENTITY % urls.entities       SYSTEM "../refman-common/urls.ent">
-  %urls.entities;
+  <!ENTITY % all.entities SYSTEM "all-entities.ent">
+  %all.entities;
 ]>
 <appendix id="files-in-innodb-sources">
 


Modified: trunk/internals/innodb.xml
===================================================================
--- trunk/internals/innodb.xml	2007-04-18 17:20:07 UTC (rev 5961)
+++ trunk/internals/innodb.xml	2007-04-18 17:21:16 UTC (rev 5962)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 4; 646 bytes

@@ -2,10 +2,8 @@
 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
 [
-  <!ENTITY % fixedchars.entities  SYSTEM "../common/fixedchars.ent">
-  %fixedchars.entities;
-  <!ENTITY % urls.entities       SYSTEM "../refman-common/urls.ent">
-  %urls.entities;
+  <!ENTITY % all.entities SYSTEM "all-entities.ent">
+  %all.entities;
 ]>
 <chapter id="innodb">
 


Modified: trunk/internals/internals.xml
===================================================================
--- trunk/internals/internals.xml	2007-04-18 17:20:07 UTC (rev 5961)
+++ trunk/internals/internals.xml	2007-04-18 17:21:16 UTC (rev 5962)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 574 bytes

@@ -2,8 +2,8 @@
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
 [
-    <!ENTITY % fixedchars.entities    SYSTEM "../common/fixedchars.ent">
-    %fixedchars.entities;
+  <!ENTITY % all.entities SYSTEM "all-entities.ent">
+  %all.entities;
 ]>
 <!--
 TODO formatting-wise:


Modified: trunk/internals/myisam.xml
===================================================================
--- trunk/internals/myisam.xml	2007-04-18 17:20:07 UTC (rev 5961)
+++ trunk/internals/myisam.xml	2007-04-18 17:21:16 UTC (rev 5962)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 4; 646 bytes

@@ -2,10 +2,8 @@
 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
 [
-  <!ENTITY % fixedchars.entities  SYSTEM "../common/fixedchars.ent">
-  %fixedchars.entities;
-  <!ENTITY % urls.entities       SYSTEM "../refman-common/urls.ent">
-  %urls.entities;
+  <!ENTITY % all.entities SYSTEM "all-entities.ent">
+  %all.entities;
 ]>
 <chapter id="myisam">
 


Modified: trunk/internals/mysql-sources.xml
===================================================================
--- trunk/internals/mysql-sources.xml	2007-04-18 17:20:07 UTC (rev 5961)
+++ trunk/internals/mysql-sources.xml	2007-04-18 17:21:16 UTC (rev 5962)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 4; 684 bytes

@@ -2,10 +2,8 @@
 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
 [
-  <!ENTITY % fixedchars.entities  SYSTEM "../common/fixedchars.ent">
-  %fixedchars.entities;
-  <!ENTITY % urls.entities       SYSTEM "../refman-common/urls.ent">
-  %urls.entities;
+  <!ENTITY % all.entities SYSTEM "all-entities.ent">
+  %all.entities;
 ]>
 <appendix id="files-in-mysql-sources">
 


Modified: trunk/internals/optimizer.xml
===================================================================
--- trunk/internals/optimizer.xml	2007-04-18 17:20:07 UTC (rev 5961)
+++ trunk/internals/optimizer.xml	2007-04-18 17:21:16 UTC (rev 5962)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 4; 658 bytes

@@ -2,10 +2,8 @@
 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
 [
-  <!ENTITY % fixedchars.entities  SYSTEM "../common/fixedchars.ent">
-  %fixedchars.entities;
-  <!ENTITY % urls.entities       SYSTEM "../refman-common/urls.ent">
-  %urls.entities;
+  <!ENTITY % all.entities SYSTEM "all-entities.ent">
+  %all.entities;
 ]>
 <chapter id="optimizer">
 


Modified: trunk/internals/porting.xml
===================================================================
--- trunk/internals/porting.xml	2007-04-18 17:20:07 UTC (rev 5961)
+++ trunk/internals/porting.xml	2007-04-18 17:21:16 UTC (rev 5962)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 4; 650 bytes

@@ -2,10 +2,8 @@
 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
 [
-  <!ENTITY % fixedchars.entities  SYSTEM "../common/fixedchars.ent">
-  %fixedchars.entities;
-  <!ENTITY % urls.entities       SYSTEM "../refman-common/urls.ent">
-  %urls.entities;
+  <!ENTITY % all.entities SYSTEM "all-entities.ent">
+  %all.entities;
 ]>
 <chapter id="porting">
 


Modified: trunk/internals/prepared-stored.xml
===================================================================
--- trunk/internals/prepared-stored.xml	2007-04-18 17:20:07 UTC (rev 5961)
+++ trunk/internals/prepared-stored.xml	2007-04-18 17:21:16 UTC (rev 5962)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 4; 682 bytes

@@ -2,10 +2,8 @@
 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
 [
-  <!ENTITY % fixedchars.entities  SYSTEM "../common/fixedchars.ent">
-  %fixedchars.entities;
-  <!ENTITY % urls.entities       SYSTEM "../refman-common/urls.ent">
-  %urls.entities;
+  <!ENTITY % all.entities SYSTEM "all-entities.ent">
+  %all.entities;
 ]>
 <chapter id="prepared-stored">
 


Modified: trunk/internals/replication.xml
===================================================================
--- trunk/internals/replication.xml	2007-04-18 17:20:07 UTC (rev 5961)
+++ trunk/internals/replication.xml	2007-04-18 17:21:16 UTC (rev 5962)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 4; 666 bytes

@@ -2,10 +2,8 @@
 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
 [
-  <!ENTITY % fixedchars.entities  SYSTEM "../common/fixedchars.ent">
-  %fixedchars.entities;
-  <!ENTITY % urls.entities       SYSTEM "../refman-common/urls.ent">
-  %urls.entities;
+  <!ENTITY % all.entities SYSTEM "all-entities.ent">
+  %all.entities;
 ]>
 <chapter id="replication">
 


Modified: trunk/internals/selects.xml
===================================================================
--- trunk/internals/selects.xml	2007-04-18 17:20:07 UTC (rev 5961)
+++ trunk/internals/selects.xml	2007-04-18 17:21:16 UTC (rev 5962)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 4; 650 bytes

@@ -2,10 +2,8 @@
 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
 [
-  <!ENTITY % fixedchars.entities  SYSTEM "../common/fixedchars.ent">
-  %fixedchars.entities;
-  <!ENTITY % urls.entities       SYSTEM "../refman-common/urls.ent">
-  %urls.entities;
+  <!ENTITY % all.entities SYSTEM "all-entities.ent">
+  %all.entities;
 ]>
 <chapter id="selects">
 


Modified: trunk/internals/stored-program.xml
===================================================================
--- trunk/internals/stored-program.xml	2007-04-18 17:20:07 UTC (rev 5961)
+++ trunk/internals/stored-program.xml	2007-04-18 17:21:16 UTC (rev 5962)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 4; 684 bytes

@@ -2,10 +2,8 @@
 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
 [
-  <!ENTITY % fixedchars.entities  SYSTEM "../common/fixedchars.ent">
-  %fixedchars.entities;
-  <!ENTITY % urls.entities       SYSTEM "../refman-common/urls.ent">
-  %urls.entities;
+  <!ENTITY % all.entities SYSTEM "all-entities.ent">
+  %all.entities;
 ]>
 <!--
   Copyright (c) 2007, MySQL AB.


Modified: trunk/internals/transformations.xml
===================================================================
--- trunk/internals/transformations.xml	2007-04-18 17:20:07 UTC (rev 5961)
+++ trunk/internals/transformations.xml	2007-04-18 17:21:16 UTC (rev 5962)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 4; 682 bytes

@@ -2,10 +2,8 @@
 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
 [
-  <!ENTITY % fixedchars.entities  SYSTEM "../common/fixedchars.ent">
-  %fixedchars.entities;
-  <!ENTITY % urls.entities       SYSTEM "../refman-common/urls.ent">
-  %urls.entities;
+  <!ENTITY % all.entities SYSTEM "all-entities.ent">
+  %all.entities;
 ]>
 <chapter id="transformations">
 


Thread
svn commit - mysqldoc@docsrva: r5962 - in trunk: . internalspaul18 Apr