jimw            Tue Feb  6 16:03:49 2001 EDT

  Modified files:              
    /phpdoc     html.dsl.in phpweb.dsl.in print.dsl.in 
  Log:
  hey, someplace we actually need srcdir to work correctly
  
Index: phpdoc/html.dsl.in
diff -u phpdoc/html.dsl.in:1.5 phpdoc/html.dsl.in:1.6
--- phpdoc/html.dsl.in:1.5      Sat Jul  8 20:54:23 2000
+++ phpdoc/html.dsl.in  Tue Feb  6 16:03:49 2001
@@ -1,14 +1,14 @@
 <!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
 <!ENTITY docbook.dsl SYSTEM "@DOCBOOK_HTML@" CDATA DSSSL>
-<!ENTITY html-common.dsl SYSTEM "html-common.dsl">
+<!ENTITY html-common.dsl SYSTEM "@srcdir@/html-common.dsl">
 <!ENTITY html-locale.dsl SYSTEM "html-locale.dsl">
 <!ENTITY common.dsl SYSTEM "common.dsl">
-<!ENTITY version.dsl SYSTEM "version.dsl">
+<!ENTITY version.dsl SYSTEM "@srcdir@/version.dsl">
 ]>
 
 <!--
 
-  $Id: html.dsl.in,v 1.5 2000/07/09 03:54:23 jah Exp $
+  $Id: html.dsl.in,v 1.6 2001/02/07 00:03:49 jimw Exp $
 
   HTML-specific stylesheet customization.
 
Index: phpdoc/phpweb.dsl.in
diff -u phpdoc/phpweb.dsl.in:1.11 phpdoc/phpweb.dsl.in:1.12
--- phpdoc/phpweb.dsl.in:1.11   Sun Jan 21 15:51:29 2001
+++ phpdoc/phpweb.dsl.in        Tue Feb  6 16:03:49 2001
@@ -1,13 +1,13 @@
 <!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
 <!ENTITY docbook.dsl SYSTEM "@DOCBOOK_HTML@" CDATA DSSSL>
-<!ENTITY html-common.dsl SYSTEM "html-common.dsl">
+<!ENTITY html-common.dsl SYSTEM "@srcdir@/html-common.dsl">
 <!ENTITY common.dsl SYSTEM "common.dsl">
-<!ENTITY version.dsl SYSTEM "version.dsl">
+<!ENTITY version.dsl SYSTEM "@srcdir@/version.dsl">
 ]>
 
 <!--
 
-  $Id: phpweb.dsl.in,v 1.11 2001/01/21 23:51:29 jimw Exp $
+  $Id: phpweb.dsl.in,v 1.12 2001/02/07 00:03:49 jimw Exp $
 
   HTML-specific stylesheet customization for use by the online manual.
 
Index: phpdoc/print.dsl.in
diff -u phpdoc/print.dsl.in:1.13 phpdoc/print.dsl.in:1.14
--- phpdoc/print.dsl.in:1.13    Wed Jan 31 10:51:16 2001
+++ phpdoc/print.dsl.in Tue Feb  6 16:03:49 2001
@@ -2,12 +2,12 @@
 <!ENTITY docbook.dsl SYSTEM "@DOCBOOK_PRINT@" CDATA DSSSL>
 <!ENTITY common.dsl SYSTEM "common.dsl">
 <!ENTITY pdflevels.dsl SYSTEM "pdflevels.dsl">
-<!ENTITY version.dsl SYSTEM "version.dsl">
+<!ENTITY version.dsl SYSTEM "@srcdir@/version.dsl">
 ]>
 
 <!--
 
-  $Id: print.dsl.in,v 1.13 2001/01/31 18:51:16 jah Exp $
+  $Id: print.dsl.in,v 1.14 2001/02/07 00:03:49 jimw Exp $
 
   This file contains printout-specific stylesheet customization.
 


Reply via email to