diff options
author | gdt <gdt@pkgsrc.org> | 2007-05-01 12:24:36 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-05-01 12:24:36 +0000 |
commit | 6551e962861c7ac6002f5f75d3a5a821cd749782 (patch) | |
tree | 13e25532d733145f83cad6c79d3f3b94ed9fd894 /textproc/asciidoc/Makefile | |
parent | 19f9688ef861cf101bb3388b3b53ba940bd9a8be (diff) | |
download | pkgsrc-6551e962861c7ac6002f5f75d3a5a821cd749782.tar.gz |
Install asciidoc.txt (manual source) and .html in share/doc/asciidoc.
PKGREVISION++.
Diffstat (limited to 'textproc/asciidoc/Makefile')
-rw-r--r-- | textproc/asciidoc/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/textproc/asciidoc/Makefile b/textproc/asciidoc/Makefile index bc9cf16f053..35c14bdc7c7 100644 --- a/textproc/asciidoc/Makefile +++ b/textproc/asciidoc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2006/11/27 21:00:51 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2007/05/01 12:24:36 gdt Exp $ # DISTNAME= asciidoc-8.1.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${HOMEPAGE} \ ${MASTER_SITE_SOURCEFORGE:=asciidoc/} @@ -30,11 +30,17 @@ INSTALLATION_DIRS= bin share/asciidoc share/asciidoc/filters \ share/asciidoc/images/icons/callouts \ ${PKGMANDIR}/man1 +DOCDIR= ${PREFIX}/share/doc/asciidoc + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/asciidoc.py ${PREFIX}/bin/asciidoc ${INSTALL_SCRIPT} ${WRKSRC}/a2x ${PREFIX}/bin/a2x ${INSTALL_MAN} ${WRKSRC}/doc/asciidoc.1 ${PREFIX}/${PKGMANDIR}/man1/ ${INSTALL_MAN} ${WRKSRC}/doc/a2x.1 ${PREFIX}/${PKGMANDIR}/man1/ + ${INSTALL_DATA_DIR} ${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/asciidoc.txt ${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/asciidoc.html ${DOCDIR} + cd ${WRKSRC} && ${PAX} -wr -pma *.conf stylesheets filters/*.py \ filters/*.conf docbook-xsl/*.xsl stylesheets/*.css \ javascripts/*.js images/icons/callouts/* images/icons/*.png \ |