Skip to content

Commit

Permalink
patch a stylesheet to use local html/docbook.xsl.
Browse files Browse the repository at this point in the history
bump PKGREVISION.
  • Loading branch information
grant committed Jan 28, 2003
1 parent 54c7ec4 commit 4fe71c9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
4 changes: 2 additions & 2 deletions textproc/docbook-website/Makefile
@@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.2 2003/01/18 09:16:58 grant Exp $
# $NetBSD: Makefile,v 1.3 2003/01/28 10:43:43 grant Exp $
#

DISTNAME= website-2.3
PKGNAME= docbook-${DISTNAME}
PKGREVISION= 1
PKGREVISION= 2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=docbook/}

Expand Down
3 changes: 2 additions & 1 deletion textproc/docbook-website/distinfo
@@ -1,4 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2003/01/11 17:16:17 grant Exp $
$NetBSD: distinfo,v 1.2 2003/01/28 10:43:43 grant Exp $

SHA1 (website-2.3.tar.gz) = 895c98b09cc99a60f4ed6d52b588b07f7dd91733
Size (website-2.3.tar.gz) = 80545 bytes
SHA1 (patch-aa) = 14249023b2b1b3f1891e5f8d973f86337a2e9eee
13 changes: 13 additions & 0 deletions textproc/docbook-website/patches/patch-aa
@@ -0,0 +1,13 @@
$NetBSD: patch-aa,v 1.1 2003/01/28 10:43:44 grant Exp $

--- xsl/website-common.xsl.orig Mon Sep 16 23:21:16 2002
+++ xsl/website-common.xsl
@@ -17,7 +17,7 @@

<!-- ==================================================================== -->

-<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/>
+<xsl:import href="../../../xsl/docbook/html/docbook.xsl"/>
<xsl:import href="xbel.xsl"/>
<xsl:include href="VERSION"/>
<xsl:include href="param.xsl"/>

0 comments on commit 4fe71c9

Please sign in to comment.