diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-01-29 21:31:17 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-01-29 21:31:17 +0000 |
commit | 24085c05dd5fbbd2abff0bd162c9b1530d7ea4fd (patch) | |
tree | dafeb983763bf6ca68db5b203ea3830d90314cfe /textproc/docbook-website/Makefile | |
parent | ea31e020d5f6160170d030669fed8a6138d908d2 (diff) | |
download | pkgsrc-24085c05dd5fbbd2abff0bd162c9b1530d7ea4fd.tar.gz |
Convert the catalog file to the XML Catalog format (okay'ed by grant).
Use textproc/xmlcatmgr/catalogs.mk to register it, with the XML_CATALOGS
variable. Bump PKGREVISION.
Diffstat (limited to 'textproc/docbook-website/Makefile')
-rw-r--r-- | textproc/docbook-website/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/docbook-website/Makefile b/textproc/docbook-website/Makefile index 35499b6a0fd..ffdd69b4dba 100644 --- a/textproc/docbook-website/Makefile +++ b/textproc/docbook-website/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2003/01/28 13:03:50 grant Exp $ +# $NetBSD: Makefile,v 1.5 2003/01/29 21:31:17 jmmv Exp $ # DISTNAME= website-2.3 PKGNAME= docbook-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=docbook/} @@ -21,6 +21,8 @@ DOCDIR= ${PREFIX}/share/doc/docbook-website DTDDIR= ${PREFIX}/share/xml/website EGDIR= ${PREFIX}/share/examples/docbook-website +XML_CATALOGS= ${DTDDIR}/catalog + do-install: ${INSTALL_DATA_DIR} ${DOCDIR} ${INSTALL_DATA_DIR} ${DTDDIR} @@ -30,9 +32,7 @@ do-install: @cd ${WRKSRC}/example; ${PAX} -rw . ${EGDIR} @cd ${WRKSRC}; ${PAX} -rw VERSION extensions xsl *.dtd *.mod \ ${DTDDIR} - ${PREFIX}/bin/xmlcatmgr -c ${PREFIX}/share/xml/catalog \ - add "CATALOG" "${PREFIX}/share/xml/website/catalog" ${INSTALL_DATA} ${FILESDIR}/catalog ${DTDDIR}/catalog -.include "../../textproc/xmlcatmgr/buildlink2.mk" +.include "../../textproc/xmlcatmgr/catalogs.mk" .include "../../mk/bsd.pkg.mk" |