Date: 09/17/01
- Next message: Jim Winstead: "[PHP-DOC] cvs: phpdoc / howto.dsl.in"
- Previous message: Hartmut Holzgraefe: "Re: [PHP-DOC] Re: phpdoc /de Translators /de/functions fdf.xml recode.xml satellite.xml wddx.xml zip.xml /en/functions satellite.xml wddx.xml zip.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
jimw Mon Sep 17 19:24:41 2001 EDT
Modified files:
/phpdoc html.dsl.in
Log:
fix bogus use of <email protected>@ 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 " <email protected>@" CDATA DSSSL>
<!ENTITY html-common.dsl SYSTEM " <email protected>@/html-common.dsl">
-<!ENTITY html-locale.dsl SYSTEM " <email protected>@/html-locale.dsl">
-<!ENTITY common.dsl SYSTEM " <email protected>@/common.dsl">
<!ENTITY version.dsl SYSTEM " <email protected>@/version.dsl">
+<!-- these files are generated, so they are not in <email protected>@ -->
+<!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.
- Next message: Jim Winstead: "[PHP-DOC] cvs: phpdoc / howto.dsl.in"
- Previous message: Hartmut Holzgraefe: "Re: [PHP-DOC] Re: phpdoc /de Translators /de/functions fdf.xml recode.xml satellite.xml wddx.xml zip.xml /en/functions satellite.xml wddx.xml zip.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

