diff options
author | minskim <minskim> | 2009-07-12 02:25:46 +0000 |
---|---|---|
committer | minskim <minskim> | 2009-07-12 02:25:46 +0000 |
commit | 03a99639b39244c7b9f181b2ed4b7ba8f664e688 (patch) | |
tree | 65e85c77047d8adbeb36a1846d3ce17a0471b11b | |
parent | 5155c04e264e59b3eeddecfc93f871aa8149a2a0 (diff) | |
download | pkgsrc-03a99639b39244c7b9f181b2ed4b7ba8f664e688.tar.gz |
Add tex-titlesec and tex-titlesec-doc.
-rw-r--r-- | doc/CHANGES-2009 | 4 | ||||
-rw-r--r-- | print/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/CHANGES-2009 b/doc/CHANGES-2009 index d3b30298cc2..84505935909 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.2605 2009/07/12 02:21:15 minskim Exp $ +$NetBSD: CHANGES-2009,v 1.2606 2009/07/12 02:25:46 minskim Exp $ Changes to the packages collection and infrastructure in 2009: @@ -3454,3 +3454,5 @@ Changes to the packages collection and infrastructure in 2009: Added print/tex-sttools-doc version 2008.7340 [minskim 2009-07-12] Added print/tex-acmconf version 1.3 [minskim 2009-07-12] Added print/tex-acmconf-doc version 1.3 [minskim 2009-07-12] + Added print/tex-titlesec version 2.8 [minskim 2009-07-12] + Added print/tex-titlesec-doc version 2.8 [minskim 2009-07-12] diff --git a/print/Makefile b/print/Makefile index f37dc8b5978..b4a5c211aa4 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.281 2009/07/12 02:21:15 minskim Exp $ +# $NetBSD: Makefile,v 1.282 2009/07/12 02:25:46 minskim Exp $ # COMMENT= Desktop publishing @@ -285,6 +285,8 @@ SUBDIR+= tex-sectsty-doc SUBDIR+= tex-setspace SUBDIR+= tex-sttools SUBDIR+= tex-sttools-doc +SUBDIR+= tex-titlesec +SUBDIR+= tex-titlesec-doc SUBDIR+= tex-tools SUBDIR+= tex-tools-doc SUBDIR+= tex-type1cm |