diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-16 13:57:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-16 13:57:43 +0000 |
commit | 5425c362a6da0a7fb0e8c5a2790814bbea045644 (patch) | |
tree | 155b71e04c812d2a2f34f773906ff571073c2da8 /devel/gtexinfo/patches | |
parent | 3a123f6faa7a49d461267dc16f2c1ccf4613e7c5 (diff) | |
download | pkgsrc-5425c362a6da0a7fb0e8c5a2790814bbea045644.tar.gz |
Update to 4.13, set LICENSE.
4.13 (18 September 2008)
* A reference card for Texinfo is now available, in doc/refcard. For
convenience, preformatted PDF's for letter-size and A4 paper are included.
* makeinfo:
. new option --internal-links for HTML output, to write a tsv file
mapping indexed/toc terms to links, for easy reference from external
documents.
. - as an input file name reads standard input.
* info:
. support for multibyte encodings such as UTF-8.
. new option --show-malformed-multibytes, to display malformed multibyte
sequences.
. new environment variable INFO_MAN_COMMAND sets the name of man binary
(use it if you a need to override PATH settings).
* install-info:
. bug fix: support names with embedded periods (e.g., config.status) again.
* Distribution:
. autoconf 2.63.
Diffstat (limited to 'devel/gtexinfo/patches')
-rw-r--r-- | devel/gtexinfo/patches/patch-am | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/gtexinfo/patches/patch-am b/devel/gtexinfo/patches/patch-am deleted file mode 100644 index 77e170f0625..00000000000 --- a/devel/gtexinfo/patches/patch-am +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-am,v 1.2 2008/09/01 17:53:47 christos Exp $ - ---- util/texi2dvi.orig 2008-04-17 21:45:49.000000000 +0300 -+++ util/texi2dvi 2008-09-01 19:43:58.000000000 +0300 -@@ -1094,7 +1094,7 @@ - # main info output, the user asked to run TeX, not makeinfo. - run_makeinfo () - { -- test $in_lang == texinfo || -+ test $in_lang = texinfo || - return 0 - - # Unless required by the user, makeinfo expansion is wanted only |