diff options
-rw-r--r-- | doc/CHANGES-2011 | 4 | ||||
-rw-r--r-- | print/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/CHANGES-2011 b/doc/CHANGES-2011 index 54cffb05b06..e11d1dc1f47 100644 --- a/doc/CHANGES-2011 +++ b/doc/CHANGES-2011 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2011,v 1.2669 2011/10/27 17:16:37 minskim Exp $ +$NetBSD: CHANGES-2011,v 1.2670 2011/10/27 17:21:39 minskim Exp $ Changes to the packages collection and infrastructure in 2011: @@ -4236,3 +4236,5 @@ Changes to the packages collection and infrastructure in 2011: Updated biology/py-mol to 1.4.1 [obache 2011-10-27] Added print/tex-preview version 11.86 [minskim 2011-10-27] Added print/tex-preview-doc version 11.86 [minskim 2011-10-27] + Added print/tex-environ version 0.2 [minskim 2011-10-27] + Added print/tex-environ-doc version 0.2 [minskim 2011-10-27] diff --git a/print/Makefile b/print/Makefile index aef8e3077bd..f916026a25d 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.506 2011/10/27 17:16:37 minskim Exp $ +# $NetBSD: Makefile,v 1.507 2011/10/27 17:21:39 minskim Exp $ # COMMENT= Desktop publishing @@ -268,6 +268,8 @@ SUBDIR+= tex-endnotes SUBDIR+= tex-endnotes-doc SUBDIR+= tex-enumitem SUBDIR+= tex-enumitem-doc +SUBDIR+= tex-environ +SUBDIR+= tex-environ-doc SUBDIR+= tex-epsf SUBDIR+= tex-epsf-doc SUBDIR+= tex-eso-pic |