summaryrefslogtreecommitdiff
path: root/textproc/teixsl-fo/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-02-10 04:45:44 +0000
committerminskim <minskim@pkgsrc.org>2004-02-10 04:45:44 +0000
commit2bf075c48b1d983e72e7053e1fcc34a927cefb0c (patch)
tree4b275bbb8d36e5ef3d5af7840d90e21aeb64e306 /textproc/teixsl-fo/Makefile
parentfa2f405ac110998b25c678d8988b601e38ddba95 (diff)
downloadpkgsrc-2bf075c48b1d983e72e7053e1fcc34a927cefb0c.tar.gz
Update teixsl-fo to 3.1.
Changes in 3.1: * html/teihtml-struct, common/teicommon.xsl: move handling of cross-referenced headers to common * makeURL to makeHyperLink, and be common * revised structure to separate out fo, latex, common, html
Diffstat (limited to 'textproc/teixsl-fo/Makefile')
-rw-r--r--textproc/teixsl-fo/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/textproc/teixsl-fo/Makefile b/textproc/teixsl-fo/Makefile
index 9db1ab785e5..e77e58b3856 100644
--- a/textproc/teixsl-fo/Makefile
+++ b/textproc/teixsl-fo/Makefile
@@ -1,16 +1,17 @@
-# $NetBSD: Makefile,v 1.3 2004/01/23 17:18:32 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2004/02/10 04:45:44 minskim Exp $
DISTNAME= teixsl-fo
-PKGNAME= ${DISTNAME}-3.0
-PKGREVISION= 1
+PKGNAME= ${DISTNAME}-3.1
CATEGORIES= textproc
-MASTER_SITES= http://www.tei-c.org/Stylesheets/
+MASTER_SITES= http://www.tei-c.org/Stylesheets/P4/
EXTRACT_SUFX= .zip
MAINTAINER= minskim@bawi.org
HOMEPAGE= http://www.tei-c.org/Stylesheets/teixsl.html
COMMENT= XSLT Stylesheets to convert TEI to XSL Formatting Objects
+DEPENDS+= teixsl-html-[0-9]*:../../textproc/teixsl-html
+
WRKSRC= ${WRKDIR}
NO_CONFIGURE= YES
NO_BUILD= YES
@@ -21,7 +22,7 @@ XML_CATALOGS= ${XSLDIR}/catalog
do-install:
${INSTALL_DATA_DIR} ${XSLDIR}
- ${INSTALL_DATA} ${WRKSRC}/*.xsl ${XSLDIR}
+ ${INSTALL_DATA} ${WRKSRC}/fo/*.xsl ${XSLDIR}
${INSTALL_DATA} ${FILESDIR}/catalog ${XSLDIR}/catalog
.include "../../textproc/xmlcatmgr/catalogs.mk"