diff options
author | jaapb <jaapb@pkgsrc.org> | 2012-11-16 14:38:35 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2012-11-16 14:38:35 +0000 |
commit | 63d6857336839e3e0715f606ed3628cd241cc0d4 (patch) | |
tree | 4572d2eefd9badf9647abb09c31b33b3d8e93524 | |
parent | d2322aadd96764fafdbd4fdf03377c6e55dd656b (diff) | |
download | pkgsrc-63d6857336839e3e0715f606ed3628cd241cc0d4.tar.gz |
Updated Makefile to reflect existence of tex-index and tex-index-doc
packages.
-rw-r--r-- | print/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile index 97d1f69cdba..80da9403f33 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.549 2012/11/16 14:29:30 jaapb Exp $ +# $NetBSD: Makefile,v 1.550 2012/11/16 14:38:35 jaapb Exp $ # COMMENT= Desktop publishing @@ -423,6 +423,8 @@ SUBDIR+= tex-ifplatform-doc SUBDIR+= tex-ifxetex SUBDIR+= tex-ifxetex-doc SUBDIR+= tex-igo +SUBDIR+= tex-index +SUBDIR+= tex-index-doc SUBDIR+= tex-jadetex SUBDIR+= tex-jadetex-doc SUBDIR+= tex-japanese |