diff options
author | seb <seb@pkgsrc.org> | 2002-11-17 01:17:30 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-11-17 01:17:30 +0000 |
commit | 445ef20117e67abd61e3bff5f55172bd6a6ca3a2 (patch) | |
tree | 7eb0fe957ac9f98b7054a46ab40059b2f6e9b3ee /devel/gtexinfo/Makefile | |
parent | ef27f4ef62081d605f6f957a0c94732e16094f23 (diff) | |
download | pkgsrc-445ef20117e67abd61e3bff5f55172bd6a6ca3a2.tar.gz |
Update to version 4.3.
Package changes: fix PKGLOCALEDIR botch reported by various people. Many
thanks to Lubomir Sedlacik <salo at Xtrmntr dot org> for the patches in
PR 18616!
Changes in version 4.3:
4.3 (14 November 2002)
* Language:
. new command @tie{} to do a real tie (unbreakable interword space).
* makeinfo:
. html output for @defun and friends now has font changes.
. html output has some class attributes.
* texinfo.tex:
. new Italian translations, txi-it.tex.
. pdf bookmarks for unnumbered sections work.
. type name for @defun and friends no longer extends into margin.
* info:
. automatic-footnotes now off by default, for emacs compatibility.
. crash when MALLOC_CHECK_=2 fixed.
* install-info:
. new option --infodir synonym for --info-dir, for compatibility with
the Debian install-info.
. support for bzip2-compressed files.
* texindex:
. omit initial if the entire index is under one characters.
* Distribution:
. development sources now available under CVS, see
http://savannah.gnu.org/projects/texinfo/
. Turkish message translation.
. gettext 0.11.5, autoconf 2.54, automake 1.7.1.
Diffstat (limited to 'devel/gtexinfo/Makefile')
-rw-r--r-- | devel/gtexinfo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gtexinfo/Makefile b/devel/gtexinfo/Makefile index 6808bab43c6..ccbf7860711 100644 --- a/devel/gtexinfo/Makefile +++ b/devel/gtexinfo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2002/10/03 02:06:31 seb Exp $ +# $NetBSD: Makefile,v 1.30 2002/11/17 01:17:30 seb Exp $ # -DISTNAME= texinfo-4.2 +DISTNAME= texinfo-4.3 PKGNAME= g${DISTNAME} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=texinfo/} |