Fix path to style1.css
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 20 Apr 2006 10:05:31 +0000 (10:05 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 20 Apr 2006 10:05:31 +0000 (10:05 +0000)
html.dsl.in
html.xsl.in

index 2f6092e..affedd9 100644 (file)
@@ -3,7 +3,7 @@
   CDATA DSSSL>
 ]>
 <!--
-  $Id: html.dsl.in,v 1.1 2006-04-20 09:43:25 adam Exp $
+  $Id: html.dsl.in,v 1.2 2006-04-20 10:05:31 adam Exp $
 -->
 <style-sheet>
 <style-specification use="docbook">
@@ -12,7 +12,7 @@
 (define %use-id-as-filename% #t)
 (define %output-dir% "html")
 (define %html-ext% ".html")
-(define %stylesheet% "style1.css")
+(define %stylesheet% "common/style1.css")
 
 </style-specification-body>
 </style-specification>
index b670cc8..65c3ac0 100644 (file)
@@ -4,7 +4,7 @@
 <xsl:import href="@XSL_DIR@/htmlhelp/htmlhelp.xsl"/>
 
 <xsl:template name="body.attributes">
-   <link rel="stylesheet" type="text/css" href="style1.css"/>
+   <link rel="stylesheet" type="text/css" href="common/style1.css"/>
 </xsl:template>
 <xsl:variable name="suppress.navigation">0</xsl:variable>
 <xsl:variable name="use.id.as.filename">1</xsl:variable>