diff options
author | wiz <wiz@pkgsrc.org> | 2007-01-15 23:40:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-01-15 23:40:46 +0000 |
commit | 35956979e5cd4abc65098291b03f9763daaf2075 (patch) | |
tree | f6c3f8443d028dab2a84e97666fb82946b81555c /textproc/doclifter/Makefile | |
parent | d4bffc27695b135d1d78f3def28cdc0d222d6fd7 (diff) | |
download | pkgsrc-35956979e5cd4abc65098291b03f9763daaf2075.tar.gz |
Update to 2.3:
* Mon Dec 25 2006 Eric S. Raymond - 2.3-1
- Work around a bug in db2man.xsl. Implement Markus Hoenicka's
requested behavior for multiple-file conversions. Implement
translation of groff extended .cc and .c2 requests. Ignore
the .TA macro that occurs duplicatively with .ta in X.org
manual pages. Cope with unresolved .Sx refererences in mdoc.
Handle .Ex and .Ee. Cope with X consortium macro preamble better.
.RS/.RE is now fully handled, no more spurious warnings.
* Sat Jan 15 2005 Eric S. Raymond - 2.2-1
- Have manlifter create subdirectories and the xslfragment
only in batch mode. Use current list indent on block start/end.
Diffstat (limited to 'textproc/doclifter/Makefile')
-rw-r--r-- | textproc/doclifter/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/doclifter/Makefile b/textproc/doclifter/Makefile index 963675ffa5e..bf2e048d8b5 100644 --- a/textproc/doclifter/Makefile +++ b/textproc/doclifter/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2006/03/11 04:43:28 reed Exp $ +# $NetBSD: Makefile,v 1.17 2007/01/15 23:40:46 wiz Exp $ # -DISTNAME= doclifter-2.1 -PKGREVISION= 1 +DISTNAME= doclifter-2.3 CATEGORIES= textproc MASTER_SITES= http://catb.org/~esr/doclifter/ |