diff options
author | wiz <wiz@pkgsrc.org> | 2005-02-28 13:06:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-02-28 13:06:46 +0000 |
commit | 5aa215d2daa169ddf4eef5864da97fad536aa505 (patch) | |
tree | 14168bd44d43a69fac13d844706c5003a03f75a8 /devel/gtexinfo/Makefile | |
parent | 2ff51eb5011632edd33b062efd514e27024df5a3 (diff) | |
download | pkgsrc-5aa215d2daa169ddf4eef5864da97fad536aa505.tar.gz |
Update to 4.8:
4.8 (31 December 2004)
* Language:
. new command @euro for the Euro currency symbol, and
@documentencoding has some support for ISO-8859-15.
. new command @abbr for general abbreviations.
. new command @slanted to typeset text in a slanted font,
and @sansserif to typeset in a sans serif font.
* makeinfo:
. An empty first argument to cross-reference commands, such as @xref,
causes an error. This change was made in 4.1, but not mentioned in NEWS.
. HTML output:
- <a name="..."> constructs are added for the old-style
conversion of node names to HTML names, so that external references
to them can continue to work.
- "g_t" prefixed to targets for node names beginning with a
nonletter, for XHTML compatibility.
. Docbook output: recognize more image formats.
* texi2dvi:
. new option --recode, to call recode for input character translation.
* Distribution:
. new convenience script texi2pdf, equivalent to texi2dvi --pdf (from tetex).
[not installed by package to avoid conflicting with teTeX-bin]
. some cross-compiling support in configure && make.
. new configure option --disable-install-warnings, for TeX.
distributions which do have the files installed.
. automake 1.9.4.
Diffstat (limited to 'devel/gtexinfo/Makefile')
-rw-r--r-- | devel/gtexinfo/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/gtexinfo/Makefile b/devel/gtexinfo/Makefile index c04785f6feb..dd6f8dbe478 100644 --- a/devel/gtexinfo/Makefile +++ b/devel/gtexinfo/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.55 2004/10/03 00:13:28 tv Exp $ +# $NetBSD: Makefile,v 1.56 2005/02/28 13:06:46 wiz Exp $ -DISTNAME= texinfo-4.7 +DISTNAME= texinfo-4.8 PKGNAME= g${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=texinfo/} EXTRACT_SUFX= .tar.bz2 |