diff options
author | minskim <minskim@pkgsrc.org> | 2010-10-28 17:48:36 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-10-28 17:48:36 +0000 |
commit | 9c169cb2499365f83d1317061e8009b588fb0965 (patch) | |
tree | 1bbc76336f52128afa7c26e6e1e3380fee859b63 | |
parent | e73dafdf5d32bc3aab58c638283ed608b1c35579 (diff) | |
download | pkgsrc-9c169cb2499365f83d1317061e8009b588fb0965.tar.gz |
Add tex-lastpage{,-doc}.
-rw-r--r-- | doc/CHANGES-2010 | 4 | ||||
-rw-r--r-- | print/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/CHANGES-2010 b/doc/CHANGES-2010 index 02f70b96be7..eaabaf7f363 100644 --- a/doc/CHANGES-2010 +++ b/doc/CHANGES-2010 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2010,v 1.3840 2010/10/28 17:38:14 minskim Exp $ +$NetBSD: CHANGES-2010,v 1.3841 2010/10/28 17:48:36 minskim Exp $ Changes to the packages collection and infrastructure in 2010: @@ -5273,3 +5273,5 @@ Changes to the packages collection and infrastructure in 2010: Updated print/tex-tocbibind-doc to 1.5k [minskim 2010-10-28] Added print/tex-epsf version 2.7.3 [minskim 2010-10-28] Added print/tex-epsf-doc version 2.7.3 [minskim 2010-10-28] + Added print/tex-lastpage version 1.2f [minskim 2010-10-28] + Added print/tex-lastpage-doc version 1.2f [minskim 2010-10-28] diff --git a/print/Makefile b/print/Makefile index 227d160f429..42b494a6039 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.432 2010/10/28 17:38:14 minskim Exp $ +# $NetBSD: Makefile,v 1.433 2010/10/28 17:48:37 minskim Exp $ # COMMENT= Desktop publishing @@ -368,6 +368,8 @@ SUBDIR+= tex-kotex-utils SUBDIR+= tex-kpathsea SUBDIR+= tex-kpathsea-doc SUBDIR+= tex-lambda +SUBDIR+= tex-lastpage +SUBDIR+= tex-lastpage-doc SUBDIR+= tex-latex SUBDIR+= tex-latex-bin SUBDIR+= tex-latex-bin-doc |