diff options
author | minskim <minskim@pkgsrc.org> | 2009-06-07 06:30:32 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-06-07 06:30:32 +0000 |
commit | 8f4ddeaf1b2537830d996bdf059f4a74b96fe504 (patch) | |
tree | 5826d3e316937dedfe4d24f5889bff8528e80053 /textproc/tex-makeindex-doc/Makefile | |
parent | b106a6db0c72fa12ed055f5762c9d47b636a5d5b (diff) | |
download | pkgsrc-8f4ddeaf1b2537830d996bdf059f4a74b96fe504.tar.gz |
Import tex-makeindex-doc-2.12 as textproc/tex-makeindex-doc.
This is documentation for tex-makeindex.
Diffstat (limited to 'textproc/tex-makeindex-doc/Makefile')
-rw-r--r-- | textproc/tex-makeindex-doc/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/tex-makeindex-doc/Makefile b/textproc/tex-makeindex-doc/Makefile new file mode 100644 index 00000000000..d5aba3a067e --- /dev/null +++ b/textproc/tex-makeindex-doc/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/06/07 06:30:32 minskim Exp $ +# TeX Live Revision 12671 + +DISTNAME= makeindex.doc +PKGNAME= tex-${DISTNAME:S/./-/}-2.12 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Documentation for tex-makeindex + +.include "../../print/texlive/module.mk" +.include "../../mk/bsd.pkg.mk" |