jimw Mon Sep 17 21:34:06 2001 EDT
Modified files:
/phpdoc howto.dsl.in
Log:
it was wrong here, too.
Index: phpdoc/howto.dsl.in
diff -u phpdoc/howto.dsl.in:1.5 phpdoc/howto.dsl.in:1.6
--- phpdoc/howto.dsl.in:1.5 Fri Sep 14 11:16:26 2001
+++ phpdoc/howto.dsl.in Mon Sep 17 21:34:06 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: howto.dsl.in,v 1.5 2001/09/14 15:16:26 goba Exp $
+ $Id: howto.dsl.in,v 1.6 2001/09/18 01:34:06 jimw Exp $
HTML-specific stylesheet customization for the PHPDOC howto.