diff options
author | minskim <minskim> | 2009-08-01 07:08:23 +0000 |
---|---|---|
committer | minskim <minskim> | 2009-08-01 07:08:23 +0000 |
commit | 5fff39b0e40b380ac0933cdbb72f8bf7758428c3 (patch) | |
tree | 2689493fe97d7f033e19f95669283880a83b9e02 /print/tex-cite-doc/Makefile | |
parent | 38d28dbe32340490c2ee46bf75c83c60fa278e9d (diff) | |
download | pkgsrc-5fff39b0e40b380ac0933cdbb72f8bf7758428c3.tar.gz |
Import tex-cite-doc-5.1 as print/tex-cite-doc.
This is documentation for tex-cite.
Diffstat (limited to 'print/tex-cite-doc/Makefile')
-rw-r--r-- | print/tex-cite-doc/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/tex-cite-doc/Makefile b/print/tex-cite-doc/Makefile new file mode 100644 index 00000000000..0053dd9c6fc --- /dev/null +++ b/print/tex-cite-doc/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/08/01 07:08:23 minskim Exp $ +# TeX Live Revision 12952 + +DISTNAME= cite.doc +PKGNAME= tex-${DISTNAME:S/./-/}-5.1 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Documentation for tex-cite + +.include "../../print/texlive/module.mk" +.include "../../mk/bsd.pkg.mk" |