jimw Mon Sep 17 19:24:41 2001 EDT
Modified files:
/phpdoc html.dsl.in
Log:
fix bogus use of @srcdir@ in html.dsl.in. part of the reason that manual generation
wasn't happening.
Index: phpdoc/html.dsl.in
diff -u phpdoc/html.dsl.in:1.7 phpdoc/html.dsl.in:1.8
--- phpdoc/html.dsl.in:1.7 Sat Sep 8 14:00:51 2001
+++ phpdoc/html.dsl.in Mon Sep 17 19:24:40 2001
@@ -1,14 +1,15 @@
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
<!ENTITY docbook.dsl SYSTEM "@DOCBOOK_HTML@" CDATA DSSSL>
<!ENTITY html-common.dsl SYSTEM "@srcdir@/html-common.dsl">
-<!ENTITY html-locale.dsl SYSTEM "@srcdir@/html-locale.dsl">
-<!ENTITY common.dsl SYSTEM "@srcdir@/common.dsl">
<!ENTITY version.dsl SYSTEM "@srcdir@/version.dsl">
+<!-- these files are generated, so they are not in @srcdir@ -->
+<!ENTITY html-locale.dsl SYSTEM "html-locale.dsl">
+<!ENTITY common.dsl SYSTEM "common.dsl">
]>
<!--
- $Id: html.dsl.in,v 1.7 2001/09/08 18:00:51 goba Exp $
+ $Id: html.dsl.in,v 1.8 2001/09/17 23:24:40 jimw Exp $
HTML-specific stylesheet customization.