betz            Mon Mar 10 17:36:54 2003 EDT

  Modified files:              
    /phpdoc/RFC manual.xml.in 
  Log:
  keep in sync
  
  
Index: phpdoc/RFC/manual.xml.in
diff -u phpdoc/RFC/manual.xml.in:1.6 phpdoc/RFC/manual.xml.in:1.7
--- phpdoc/RFC/manual.xml.in:1.6        Sun Feb 23 12:50:44 2003
+++ phpdoc/RFC/manual.xml.in    Mon Mar 10 17:36:54 2003
@@ -12,6 +12,7 @@
 <!ENTITY % global.entities  SYSTEM "@srcdir@/entities/global.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;
@@ -56,8 +57,6 @@
 
  <part id="features">
   <title>&Features;</title>
-  &features.error-handling;
-  &features.images;
   &features.http-auth;
   &features.cookies;
   &features.file-upload;
@@ -334,8 +333,19 @@
   &global.function-index;      
   &missing-ids;
  </part>
- 
- &chmonly;
+
+ @CHMONLY_INCL_BEGIN@
+ <part id="chmonly">
+  <title>&CHMEdition;</title>
+  &chmonly.aboutchm;
+  &chmonly.usingchm;
+  &chmonly.search;
+  &chmonly.specialities;
+  &chmonly.integration;
+  &chmonly.skins;
+  &chmonly.credits;
+ </part> 
+ @CHMONLY_INCL_END@ 
 
 </book>
 



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

Reply via email to