[PHP-DEV] CVS update: php3/doc From: eschmid (php-dev <email protected>)
Date: 10/25/98

Date: Sunday October 25, 1998 @ 9:42
Author: eschmid

Update of /repository/php3/doc
In directory asf:/u2/tmp/cvs-serv13342

Modified Files:
        manual.sgml
Log Message:
show date and release of building, warning eleminated in math
 Entity &pi; showes up a '?' how can I do math SGML?
Index: php3/doc/manual.sgml
diff -c php3/doc/manual.sgml:1.63 php3/doc/manual.sgml:1.64
*** php3/doc/manual.sgml:1.63 Fri Oct 23 07:39:05 1998
--- php3/doc/manual.sgml Sun Oct 25 09:42:41 1998
***************
*** 1,7 ****
  <!DOCTYPE BOOK PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
- <!ENTITY % build.version SYSTEM "version.ent">
  <!ENTITY % global.entities SYSTEM "global.ent">
  <!ENTITY % global.chapters SYSTEM "chapters.ent">
  %global.entities;
  %global.chapters;
  %build.version;
--- 1,7 ----
  <!DOCTYPE BOOK PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
  <!ENTITY % global.entities SYSTEM "global.ent">
  <!ENTITY % global.chapters SYSTEM "chapters.ent">
+ <!ENTITY % build.version SYSTEM "version.ent">
  %global.entities;
  %global.chapters;
  %build.version;
***************
*** 11,16 ****
--- 11,25 ----
   <title>PHP3 Manual</title>
  
   &bookinfo;
+
+ <dedication>
+ <para>
+ Date: &php.build-date;
+ </para><para>
+ Release: &php.version;
+ </para>
+ </dedication>
+
   &preface;
  
   <part id="langref">

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>