diff options
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" |