[PHP-DOC] cvs: phpdoc / install.xml manual.xml.in From: Friedhelm Betz (holliwell <email protected>)
Date: 02/04/03

betz Tue Feb 4 05:57:30 2003 EDT

  Modified files:
    /phpdoc manual.xml.in install.xml
  Log:
  faqonly.entities removed, faqurls merged wirh global.ent
  
Index: phpdoc/manual.xml.in
diff -u phpdoc/manual.xml.in:1.140 phpdoc/manual.xml.in:1.141
--- phpdoc/manual.xml.in:1.140 Thu Jan 2 21:37:56 2003
+++ phpdoc/manual.xml.in Tue Feb 4 05:57:30 2003
@@ -19,16 +19,12 @@
 <!-- All global entities for the XML files -->
 <!ENTITY % global.entities SYSTEM " <email protected>@/entities/global.ent">
 
-<!-- All entities for the FAQ section -->
-<!ENTITY % faqonly.entities SYSTEM " <email protected>@/entities/faqurls.ent">
-
 <!-- These are language independent -->
 <!ENTITY % build.version SYSTEM "entities/version.ent">
 <!ENTITY % file.entities SYSTEM "entities/file-entities.ent">
 
 <!-- Include all external DTD parts defined previously -->
 %global.entities;
-%faqonly.entities;
 %file.entities;
 %build.version;
 
Index: phpdoc/install.xml
diff -u phpdoc/install.xml:1.8 phpdoc/install.xml:1.9
--- phpdoc/install.xml:1.8 Fri Jul 26 03:26:37 2002
+++ phpdoc/install.xml Tue Feb 4 05:57:30 2003
@@ -11,15 +11,11 @@
 <!-- All global entities for the XML files -->
 <!ENTITY % global.entities SYSTEM "./entities/global.ent">
 
-<!-- All entities for the FAQ section -->
-<!ENTITY % faqonly.entities SYSTEM "./entities/faqurls.ent">
-
 <!-- These are language independent -->
 <!ENTITY % build.version SYSTEM "./entities/version.ent">
 <!ENTITY % global.file-entities SYSTEM "./entities/file-entities.ent">
 
 %global.entities;
-%faqonly.entities;
 %global.file-entities;
 %build.version;
 

-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php