For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > June 2007 > cvs: phpdoc / manual.xml.in









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc / manual.xml.in
Richard Quadling

2007-06-25, 8:00 am

rquadling Mon Jun 25 08:28:39 2007 UTC

Modified files:
/phpdoc manual.xml.in
Log:
Odd behaviour for some of the new make tests which is fixed by making the entities path consistent.


http://cvs.php.net/viewvc.cgi/phpdo...4&diff_format=u
Index: phpdoc/manual.xml.in
diff -u phpdoc/manual.xml.in:1.223 phpdoc/manual.xml.in:1.224
--- phpdoc/manual.xml.in:1.223 Sat Jun 23 16:13:28 2007
+++ phpdoc/manual.xml.in Mon Jun 25 08:28:39 2007
@@ -2,12 +2,12 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V5.0//EN"
"@srcdir@/docbook/docbook-xml/docbook.dtd" [

-<!-- $Revision: 1.223 $ -->
+<!-- $Revision: 1.224 $ -->
<!-- We use xhtml entities all over the place -->
-<!ENTITY % xhtml-lat1 SYSTEM "entities/ISO/xhtml1-lat1.ent">
-<!ENTITY % xhtml-symbol SYSTEM "entities/ISO/xhtml1-symbol.ent">
-<!ENTITY % xhtml-special SYSTEM "entities/ISO/xhtml1-special.ent">
-<!ENTITY % isopub SYSTEM "entities/ISO/isopub.ent">
+<!ENTITY % xhtml-lat1 SYSTEM "@srcdir@/entities/ISO/xhtml1-lat1.ent">
+<!ENTITY % xhtml-symbol SYSTEM "@srcdir@/entities/ISO/xhtml1-symbol.ent">
+<!ENTITY % xhtml-special SYSTEM "@srcdir@/entities/ISO/xhtml1-special.ent">
+<!ENTITY % isopub SYSTEM "@srcdir@/entities/ISO/isopub.ent">
%xhtml-lat1;
%xhtml-symbol;
%xhtml-special;
@@ -33,7 +33,7 @@
%extensions.default;

<!-- phpweb entities - autogenerated! -->
-<!ENTITY % phpweb.entities SYSTEM "entities/phpweb.ent">
+<!ENTITY % phpweb.entities SYSTEM "@srcdir@/entities/phpweb.ent">

%phpweb.entities;

@@ -42,8 +42,8 @@

<!-- These are language independent -->
<!ENTITY % frontpage.entities SYSTEM "@srcdir@/en/contributors.ent">
-<!ENTITY % build.version SYSTEM "entities/version.ent">
-<!ENTITY % file.entities SYSTEM "entities/file-entities.ent">
+<!ENTITY % build.version SYSTEM "@srcdir@/entities/version.ent">
+<!ENTITY % file.entities SYSTEM "@srcdir@/entities/file-entities.ent">

<!-- Include all external DTD parts defined previously -->
%global.entities;
@@ -52,7 +52,7 @@
%frontpage.entities;

<!-- Autogenerated missing entites and IDs to make build work -->
-<!ENTITY % missing-entities SYSTEM "entities/missing-entities.ent">
+<!ENTITY % missing-entities SYSTEM "@srcdir@/entities/missing-entities.ent">
%missing-entities;
]>

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com