| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: makeinfo | Distribution: SUSE Linux Enterprise 15 |
| Version: 6.5 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 4.17 | Build date: Fri May 25 20:32:57 2018 |
| Group: Productivity/Publishing/Texinfo | Build host: cabernet |
| Size: 7104511 | Source RPM: texinfo-6.5-4.17.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: https://www.gnu.org/software/texinfo/ | |
| Summary: Translate Texinfo documents to info format | |
Makeinfo translates Texinfo source documentation to various other formats, by default Info files suitable for reading online with Emacs or standalone GNU Info.
GPL-3.0+
* Fri Apr 06 2018 adam.majer@suse.de
- install-info_exitcode.patch: install-info needs to return success
when it does nothing. We need 0 return value even on failure as
old packages in SLE-11 and SLE-12 can become uninstallable.
(bsc#1084997)
* Fri Feb 23 2018 fvogt@suse.com
- Use %license (boo#1082318)
* Fri Jan 26 2018 werner@suse.de
- Do not require bash for package info (boo#1077744)
* Thu Jan 04 2018 mpluskal@suse.com
- Update to version 6.5:
* info:
+ some bugs fixed:
a bug where a segfault could happen in the regex search, for
example when the user entered a single \ as the search string
+ another bug which could make nodes inaccessible in long
"split" info files
+ a bug where it was not possible to follow a cross-reference
that was split across more than one line has been fixed
+ do not fall back to a man page if following a cross-reference
in an info file failed
+ if looking for a file failed, do not convert the name of a
file to lower-case and look for it again
* texinfo.tex
+ some faulty definitions for Unicode characters have been
changed or removed
+ fix indentation in table of contents for entries that are
split across multiple lines
* texi2dvi
+ a bug that broke the processing of LaTeX files that did not
use BibTeX has been fixed
* texi2any
+ output the encoding declaration of a HTML file earlier so it
will always occur within first 1024 bytes of file
+ `INLINE_INSERTCOPYING' removed as a customization variable
* Mon Oct 09 2017 werner@suse.de
- Avoid also provide libtool() on texinfo specific perl linkage
* Sat Oct 07 2017 coolo@suse.com
- Drop require on perl(Locale::Messages) as long as we bundle
perl-libintl-perl (the system one leaves tests failing)
* Sat Oct 07 2017 coolo@suse.com
- Do not provide perl() - the modules are not globally available
(bsc#1062028)
* Wed Oct 04 2017 dimstar@opensuse.org
- Change perl requires to be exactly the perl version makeinfo was
built against. We ship a perl loadable module which is hard
linked to the right version.
* Wed Jul 12 2017 mpluskal@suse.com
- Update to version 6.4:
* texi2any:
+ for HTML output, place section names before the manual in page
titles, instead of after them, so it is easier to distinguish pages
if titles are truncated
+ starting points for ordered lists beginning with 0 or a letter of
the alphabet are output as attributes on the <ol> tag, as was
case for Texinfo 4.13 and earlier
+ a bit faster
+ some discrepancies in paragraph formatting between Perl extension
modules and interpreted Perl modules have been fixed
+ `MACRO_BODY_IGNORES_LEADING_SPACE' customization variable removed,
and `indent_menu_descriptions' is no longer a possible value for
`TREE_TRANSFORMATIONS' (as these features did not work as
documented)
* info:
+ the `up-line' and `down-line' commands now are like the other
scrolling commands and are no longer confined to a single node
(depending on the value of `scroll-behaviour')
+ supplying the --all option with --index-search displays a list
of matching index entries
+ the style variables like `link-style' can now be set while info
is running
+ display bug fixed where color could be turned off prematurely
+ several other bugs fixed
+ better portability in test suite
+ do not fall back to showing the dir node if a manual isn't found
+ Do not attempt any kind of conversion of CR LF line endings,
except on MS-DOS/Windows, when it is done unconditionally. (This
replaces a more complicated approach, where this conversion would
take place if there was a problem finding a node in a file.) The
main effect of this change is that Info files with CR LF line
endings, which would have been produced on MS-DOS/Windows with old
versions of makeinfo, are only supported on such operating systems.
+ a few of the key bindings under --vi-keys have been changed for
consistency or to match the documentation
* texinfo.tex
+ a DVI file with a single empty page can be output again, which
restores the behavior from Texinfo 6.0 and earlier
- Small packaging clenup:
* Drop conditions for old releases
* Run spec-cleaner
* Run testsuite
* Fri Jan 20 2017 rmaliska@suse.com
- Update to version 6.3:
* Language:
+ The commands `@setcontentsaftertitlepage' and
`@setshortcontentsaftertitlepage' have been removed.
+ @-commands are no longer supported within `@errormsg'.
* texinfo.tex:
+ For a couple of characters (opening and closing braces), use glyphs
from the standard TeX math fonts instead of using EC fonts which are
less likely to be installed.
+ Use of user-defined macros in the text of an index entry is more
reliable when the text contains Texinfo @-commands.
+ @synindex and @syncodeindex have been fixed (broken in the last
release).
+ Support added for native UTF-8 support with XeTeX and LuaTeX.
+ Support of PDF output with XeTeX improved.
+ You can use a new file doc/texinfo-ja.tex for Texinfo documents in
Japanese. doc/short-sample-ja.tex is a sample document. New
support file doc/txi-ja.tex for Japanese.
+ texi2any:
+ Fix handling of compiler options when building Perl extension modules.
* texi2dvi:
+ Can now process files whose absolute paths contain space characters,
as long a relative path to the file is given. Better support of
files with unusual characters in their names.
+ No longer exits prematurely in some circumstances (due to the script
running under "set -e").
+ Bug fixed which made the `--command' and `--tidy' options
incompatible.
* info:
+ Handling of "invalid" value in infokey file fixed.
* Sun Jul 24 2016 p.drouand@gmail.com
- Remove libpth-devel; texinfo doesn't depend on it
* Fri Jul 15 2016 schwab@linux-m68k.org
- Update to 6.1
* Language:
. You can now omit the @menu from nodes with other nodes below them in
the document structure. If you use "@validatemenus off" near the
start of a Texinfo file, makeinfo will, where needed, create a menu
for nodes lacking one given explicitly.
. An @setfilename line is no longer required at the start of a
Texinfo file. (Be aware, though, that some other tools may require
it, for example Automake.)
. For processing with TeX, a comma is automatically provided following
a cross-reference command (such as @xref) when needed to separate
the page number from following text, so you don't need to add one
yourself. See the `Parts of a Cross Reference' node in the manual
for details. Behavior when followed by punctuation, as always
recommended previously, is unchanged.
* texi2any:
. Some Perl modules have been rewritten in C to increase speed.
If Perl extensions can be created, they are used by default;
otherwise the pure Perl implementations are still used.
Disable at build time with "configure --disable-perl-xs". The
environment variable TEXINFO_XS controls how they are used by
texi2any.
. Quotation marks are left out for node names and index entries in
Info output where they would have been produced by commands such
as @file or @option.
. New customization variable INFO_SPECIAL_CHARS_QUOTE to allow use of
a quoting mechanism for problematic constructs in Info output, for
example node names containing colons or commas.
. Commands like @heading are affected by @lowersections and @raisesections
again, as was the case before Texinfo 5.0.
* texinfo.tex:
. You may explicitly specify a sort key for an index entry by preceding
the text of the entry with the @sortas commmand with the sort key
desired as a braced argument. Additionally, you may choose to
ignore all occurences of the characters \, @, <, and - using new
flags you can specify with @set: `txiindexbackslashignore',
`txiindexatsignignore', `txiindexlessthanignore', and
`txiindexhyphenignore' respectively.
. Changes to macro handling to more closely match makeinfo. Ends of
lines are preserved in an argument to a macro taking a single
argument.
. By default, suppress heading line on a page with a chapter on it, to
avoid having the chapter title repeated.
. Use a larger font for arguments in a @deffn line and similar.
. The default indices (cp, ky and so on) now don't get a file opened
for them unless they are actually used. This reduces the number of
files that a run of TeX produces, and also allows for a greater
number of user-defined indices, because you will not bump into TeX's
limit of 16 open files at once so soon.
. For initials in indices that are non-alphanumeric characters (for
example, backslash, or braces), avoid use of a typewriter font.
This gives a more consistent appearance.
. Have a stronger preference for breaking a column in an index before
a letter heading.
. Formatting improvements in tables of contents and indices. Entries
can extend slightly into the margin instead of being broken across
two lines, and text is split more evenly across lines. Reduce
chance of an orphaned index entry appearing at the top of a column.
. Support character encodings beyond ASCII for XeTeX and LuaTeX by
reading file input byte-by-byte.
* texi2dvi:
. Support for determining the output files using the `-recorder'
option to TeX, to help to support more TeX engines.
* info:
. New user variables `link-style', `active-link-style', and
`match-style' enable customization of how cross-references and search
matches are highlighted.
. By default only the node pointers are displayed at the top of a node.
Customize this with the `nodeline' variable.
. New command M-x tree-search to search all subnodes of a node.
. Now tries to find referenced manuals in the same directory as the
current file first, before looking in search path. Customize this
with new variable `follow-strategy'.
. The `mouse' variable is now off by default, in order not to
interfere with the selection of text in a terminal emulator window.
. `q' closes a window instead of quitting altogether if there's more
than one, for example if a help window is open.
. Several bug fixes, including:
. one causing the wrong position in a node to be shown when
following an "anchor" cross-reference
. one causing a test failure in the t/c-u-m-x-scroll-forward.sh
test on some platforms
. Internal changes to reduce memory use and increase speed of
searches, relative to last release
. The meaning of the `key-time' variable has changed when its value
is 0. This value meant to wait forever in the last release, but now
it means that the next byte must be available immediately.
* Documentation:
. The `info.info' file (and `info.texi' source) is no longer
distributed with Texinfo. Now this manual is only in Emacs.
* Thu Oct 15 2015 werner@suse.de
- Package info.info that is revert the previous drop from
Mon May 6 16:05:29 UTC 2013
* Wed Jul 15 2015 werner@suse.de
- The package texinfo now requires makeinfo of the same version
to make sure that the correct Texinfo.pm is installed
- libzio is able to handle lz(ma) and xz files as well
* Sat Jul 11 2015 mpluskal@suse.com
- Update to 6.0
* Language:
+ new commands @sub and @sup, for textual subscripts and
superscripts.
+ new command @U to insert a Unicode character by code point.
* texinfo.tex:
+ @url/@uref output in PDF now the same as in DVI, showing the
url even if the second argument is given, not just as a link
target. TeX option \urefurlonlylinktrue gives previous
behavior, of invisible urls.
+ PDF-only \linkcolor and \urlcolor specify colors (default
black).
* texi2any:
+ customization variable TOP_NODE_UP_URL now replaces all (dir)
references; recommended setting for GNU packages is /manual/.
+ new customization variable INDEX_SPECIAL_CHARS_WARNING to
complain when index entries contain a colon.
+ Docbook output no longer uses <lineannotation> for @r.
+ -D'var val' on the command line works as intended again.
+ --plaintext output can be split.
+ a bit faster.
* info:
+ invoking as `info foo bar' looks for bar as an index entry
in manual foo, if not found as a top-level menu item.
+ invoking info with an absolute or explicitly relative file
name (./foo.info, /tmp/foo.info, etc.) just visits that file.
+ separate `infokey' program has been removed - the .infokey
file is now read directly by Info.
+ new option --init-file allows overriding ~/.infokey.
+ new variable `highlight-searches' allows highlighting
results from a search
+ support for mouse scrollwheel, controlled by `mouse'
variable.
+ new variable `key_time' to control how long to wait for
byte sequences sent by special keys.
+ new variable `hide-note-references' alters appearance of
displayed nodes
+ new variable `infopath-no-defaults' allows omitting the
compile-time Info directory from the Info search path.
+ support input of multibyte characters for searches in
a UTF-8 locale.
+ if reading an Info file that is known to be in a different
character encoding to that of the user's environment,
convert its contents when displayed and substitute
missing characters
+ new command M-x info-version.
+ the M-x kill-node command has been removed.
+ test suite at build time.
* texindex:
+ completely new implementation as a literate program using
Texinfo and (portable) awk (called TexiWeb Jr.).
+ the -o (--output) is not supported, unless we hear of
someone using it.
+ duplicated sort keys with different display texts result
in one merged index entry, using the first display text.
+ better sorting and parsing in unusual cases; most
notably, { and } characters can appear as initials.
* install-info:
+ handle compressed input file names containing spaces.
+ exit successfully if --remove is given and the dir file
does not exist.
+ new option --defsection, to be used instead of
"Miscellaneous" when a section is not present in the Info
file.
* texi2dvi:
+ look for the environment variable THUMBPDF_CMD instead of
THUMBPDF, since thumbpdf itself has used THUMBPDF for options
since 2000.
+ remove --recode and --recode-from options, since they haven't
worked as intended for years, so evidently no one needs them.
- refresh texinfo-zlib.patch
* Sat May 16 2015 schwab@linux-m68k.org
- Remove wrong uses of %install_info
* Fri Apr 24 2015 werner@suse.de
- Add pre requires for install_info for scriptlets
* Sat Mar 28 2015 mpluskal@suse.com
- Add gpg signature
* Fri Feb 06 2015 dimstar@opensuse.org
- Add perl(Locale::Messages) and perl(Text::Unidecode) Requires to
makeinfo: since the switch to using the external ones, we also
must ensure to have them present for the user to execute
makeinfo. And makeinfo can be installed without texinfo (which
already does require those modules too).
* Fri Feb 06 2015 werner@suse.de
- Avoid including builtin perl-libintl-perl but require the package
- The same for perl-Text-Unidecode
- Move %install_info_delete from %postun to %preun
* Fri Feb 06 2015 dimstar@opensuse.org
- Recommend instead of Require texi2html and texi2roff: they are
not stricly required to operate texinfo, but can be valuable to
the users installing it.
* Thu Feb 05 2015 dimstar@opensuse.org
- Completely splitt off texi2html and texi2roff into their own
package containers. As a consequence, we no longer carry those
files / patches here (they live in their respective other
packages): texi2html-1.78.dif, texi2html-5.0.tar.bz2,
texi2html-5584.patch, texi2html.changes, texi2html.spec,
texi2roff-2.0-gcc4.patch, texi2roff-2.0.dif, texi2roff-2.0.tar.gz,
texi2roff.changes, texi2roff.patch.gz and texi2roff.spec.
* Fri Sep 12 2014 werner@suse.de
- Be aware that texinfo is GPL-3.0+
- Require texi2html as well as readded texi2roff to make the build
system happy
* Wed Aug 06 2014 dmitry_r@opensuse.org
- Update to version 5.2
* New texinfo commands
* texi2any is the new generic converter for Texinfo that can
produce all supported output formats, both those from texi2dvi
(PDF/DVI) and from makeinfo (Info/HTML/etc.). texi2any and
makeinfo are now different names for the same program; there
are no differences in behavior based on the program name.
* See more detail at included NEWS file
* Remove obsolete texinfo-4.12.dif
* Remove obsolete texi2html-1.78.dif
* Remove obsolete texi2roff-2.0.dif
* Remove obsolete texi2roff.patch.bz2
* Remove obsolete texinfo-4.8-echo.patch
* Remove obsolete texi2roff-2.0-gcc4.patch
* Remove obsolete texinfo-4.13a-bug640417.diff
* Remove obsolete texinfo-4.13a-bug713517.diff
* Remove obsolete automake-1.12.patch
* Remove obsolete texinfo-4.13a-bug788574.diff
* Remove obsolete config-guess-sub-update.patch
* Rebase texinfo-4.12-zlib.patch to texinfo-zlib.patch
- Merge makeinfo into main package
- Drop not maintained texi2roff
- Drop not maintained texi2html
* Mon May 06 2013 schwab@linux-m68k.org
- Don't package info.info, already part of emacs-info
* Tue Feb 12 2013 schwab@suse.de
- config-guess-sub-update.patch:
Update config.guess/sub for aarch64
* Tue Nov 20 2012 werner@suse.de
- Use latest CVS version for the last patch
* Mon Nov 19 2012 werner@suse.de
- Be aware that characters of appendix numbering requires a ASCII
null if used as string (bnc#788574)
* Sat Oct 06 2012 coolo@suse.com
- remove prereq on library names
* Tue Jul 17 2012 werner@suse.de
- Split off makeinfo as separate package to independed from
TeXLive
* Tue Jul 10 2012 werner@suse.de
- Make it build with latest TeXLive 2012 with new package layout
+ Add missed TeX
+ Also bibtex and makeindex are used by texi2dvi
+ Add some requires to make the texi2* scripts work
* Tue May 29 2012 puzel@suse.com
- fix build with automake-1.12
- add: automake-1.12.patch
* Wed Feb 08 2012 werner@suse.de
- Work around dully check script of obs
* Thu Dec 01 2011 coolo@suse.com
- add automake as buildrequire to avoid implicit dependency
* Fri Sep 02 2011 werner@suse.de
- Fix UTF-8 range problem of a grep call (bnc#713517)
* Mon May 02 2011 ke@suse.de
- Enhance package description and provide meta info about makeinfo; thus
you can find this tool more easily with the yast package search..
* Wed Nov 10 2010 meissner@suse.de
- SUSE_ASNEEDED=0 to fix PowerPC build (optimizes
away the -lz -lbz2 otherwise)
* Wed Sep 22 2010 giecrilj@stegny.2a.pl
- Fix variable types (bnc#640417)
* Mon Jun 28 2010 jengelh@medozas.de
- use %_smp_mflags
* Sun Dec 06 2009 jengelh@medozas.de
- enable parallel building
* Wed Aug 26 2009 mls@suse.de
- make patch0 usage consistent
* Fri Jul 03 2009 werner@suse.de
- Add provides for texi2html and texi2roff (bnc#469300)
- Update to texi2html 1.82 (2009-01-05)
* Add new hooks for user functions, for simple @-commands, and at the start and
end of special regions.
* Don't use unidecode on unicode characters that are known not to have a good
transliteration. This corresponds with characters with an @-command that
don't have a transliteration, like @exclamdown...
* handle @alias, @quote*, @guillem*, @textdegree, @allowcodebreaks,
@fonttextsize, @hyphenation, @click, @clickstyle, @click, @arrow,
@clicksequence, @geq, @leq, @*headingmarks, @*footingmarks, @smallquotation,
@ogonek.
Handle @columnfractions and row prototypes in @multitable better.
* @documentlanguage is used to set the language each time it is seen (except
if the language was set on the command line).
* new option --css-ref, generate reference to a CSS URL.
* new option --transliterate-file-names, produce file names in ASCII
transliteration (set in the default case).
* --no-monolithic is reenabled.
* @, followed by an argument without brace is now handled. Report from
Jorge Barros de Abreu.
* @, is kept with --macro-expand.
* @math is more compatible with makeinfo/texi2dvi when no external program
is used. Using tex4ht for html generation should also lead to a correct
result.
* Handle right @end block commands followed by something else than a
spacing character.
* Remove trailing end of line in @html block.
* @itemize should produce bullets by default. Report from Reinhold Kainhofer.
* handle frame files like other files. Report from Reinhold Kainhofer.
- Update to texinfo 4.13a (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.
/usr/bin/makeinfo /usr/bin/texi2any /usr/lib64/texinfo /usr/lib64/texinfo/MiscXS.la /usr/lib64/texinfo/MiscXS.so /usr/lib64/texinfo/XSParagraph.la /usr/lib64/texinfo/XSParagraph.so /usr/share/locale/ca/LC_MESSAGES/texinfo.mo /usr/share/locale/cs/LC_MESSAGES/texinfo.mo /usr/share/locale/da/LC_MESSAGES/texinfo.mo /usr/share/locale/de/LC_MESSAGES/texinfo.mo /usr/share/locale/de_AT/LC_MESSAGES/texinfo.mo /usr/share/locale/el/LC_MESSAGES/texinfo.mo /usr/share/locale/eo/LC_MESSAGES/texinfo.mo /usr/share/locale/es/LC_MESSAGES/texinfo.mo /usr/share/locale/fr/LC_MESSAGES/texinfo.mo /usr/share/locale/he/LC_MESSAGES/texinfo.mo /usr/share/locale/hr/LC_MESSAGES/texinfo.mo /usr/share/locale/hu/LC_MESSAGES/texinfo.mo /usr/share/locale/id/LC_MESSAGES/texinfo.mo /usr/share/locale/it/LC_MESSAGES/texinfo.mo /usr/share/locale/ja/LC_MESSAGES/texinfo.mo /usr/share/locale/nb/LC_MESSAGES/texinfo.mo /usr/share/locale/nl/LC_MESSAGES/texinfo.mo /usr/share/locale/pl/LC_MESSAGES/texinfo.mo /usr/share/locale/pt_BR/LC_MESSAGES/texinfo.mo /usr/share/locale/ro/LC_MESSAGES/texinfo.mo /usr/share/locale/ru/LC_MESSAGES/texinfo.mo /usr/share/locale/sl/LC_MESSAGES/texinfo.mo /usr/share/locale/sv/LC_MESSAGES/texinfo.mo /usr/share/locale/tr/LC_MESSAGES/texinfo.mo /usr/share/locale/uk/LC_MESSAGES/texinfo.mo /usr/share/locale/vi/LC_MESSAGES/texinfo.mo /usr/share/locale/zh_CN/LC_MESSAGES/texinfo.mo /usr/share/locale/zh_TW/LC_MESSAGES/texinfo.mo /usr/share/man/man1/makeinfo.1.gz /usr/share/man/man1/texi2any.1.gz /usr/share/texinfo /usr/share/texinfo/DebugTexinfo /usr/share/texinfo/DebugTexinfo/DebugTree.pm /usr/share/texinfo/Pod-Simple-Texinfo /usr/share/texinfo/Pod-Simple-Texinfo/Pod /usr/share/texinfo/Pod-Simple-Texinfo/Pod/Simple /usr/share/texinfo/Pod-Simple-Texinfo/Pod/Simple/Texinfo.pm /usr/share/texinfo/Texinfo /usr/share/texinfo/Texinfo/Common.pm /usr/share/texinfo/Texinfo/Convert /usr/share/texinfo/Texinfo/Convert/Converter.pm /usr/share/texinfo/Texinfo/Convert/DocBook.pm /usr/share/texinfo/Texinfo/Convert/HTML.pm /usr/share/texinfo/Texinfo/Convert/IXIN.pm /usr/share/texinfo/Texinfo/Convert/IXINSXML.pm /usr/share/texinfo/Texinfo/Convert/Info.pm /usr/share/texinfo/Texinfo/Convert/Line.pm /usr/share/texinfo/Texinfo/Convert/NodeNameNormalization.pm /usr/share/texinfo/Texinfo/Convert/Paragraph.pm /usr/share/texinfo/Texinfo/Convert/ParagraphNonXS.pm /usr/share/texinfo/Texinfo/Convert/PlainTexinfo.pm /usr/share/texinfo/Texinfo/Convert/Plaintext.pm /usr/share/texinfo/Texinfo/Convert/Texinfo.pm /usr/share/texinfo/Texinfo/Convert/TexinfoSXML.pm /usr/share/texinfo/Texinfo/Convert/TexinfoXML.pm /usr/share/texinfo/Texinfo/Convert/Text.pm /usr/share/texinfo/Texinfo/Convert/TextContent.pm /usr/share/texinfo/Texinfo/Convert/UnFilled.pm /usr/share/texinfo/Texinfo/Convert/Unicode.pm /usr/share/texinfo/Texinfo/Convert/XSParagraph /usr/share/texinfo/Texinfo/Convert/XSParagraph/TestXS.pm /usr/share/texinfo/Texinfo/Documentlanguages.pm /usr/share/texinfo/Texinfo/Encoding.pm /usr/share/texinfo/Texinfo/MiscXS.pm /usr/share/texinfo/Texinfo/ModulePath.pm /usr/share/texinfo/Texinfo/Parser.pm /usr/share/texinfo/Texinfo/Report.pm /usr/share/texinfo/Texinfo/Structuring.pm /usr/share/texinfo/Texinfo/Transformations.pm /usr/share/texinfo/Texinfo/XSLoader.pm /usr/share/texinfo/htmlxref.cnf /usr/share/texinfo/init /usr/share/texinfo/init/book.pm /usr/share/texinfo/init/chm.pm /usr/share/texinfo/init/html32.pm /usr/share/texinfo/init/latex2html.pm /usr/share/texinfo/init/tex4ht.pm /usr/share/texinfo/lib /usr/share/texinfo/lib/Unicode-EastAsianWidth /usr/share/texinfo/lib/Unicode-EastAsianWidth/lib /usr/share/texinfo/lib/Unicode-EastAsianWidth/lib/Unicode /usr/share/texinfo/lib/Unicode-EastAsianWidth/lib/Unicode/EastAsianWidth.pm /usr/share/texinfo/lib/libintl-perl /usr/share/texinfo/lib/libintl-perl/lib /usr/share/texinfo/lib/libintl-perl/lib/Locale /usr/share/texinfo/lib/libintl-perl/lib/Locale/Messages.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/Recode /usr/share/texinfo/lib/libintl-perl/lib/Locale/Recode.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/Recode/_Aliases.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/Recode/_Conversions.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/ASMO_449.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/ATARI_ST.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/ATARI_ST_EURO.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/CP10007.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/CP1250.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/CP1251.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/CP1252.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/CP1253.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/CP1254.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/CP1256.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/CP1257.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/CSN_369103.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/CWI.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/DEC_MCS.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_AT_DE.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_AT_DE_A.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_CA_FR.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_DK_NO.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_DK_NO_A.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_ES.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_ES_A.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_ES_S.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_FI_SE.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_FI_SE_A.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_FR.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_IS_FRISS.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_IT.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_PT.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_UK.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_US.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/ECMA_CYRILLIC.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/GEORGIAN_ACADEMY.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/GEORGIAN_PS.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/GOST_19768_74.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/GREEK7.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/GREEK7_OLD.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/GREEK_CCITT.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/HP_ROMAN8.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM037.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM038.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM1004.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM1026.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM1047.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM256.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM273.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM274.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM275.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM277.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM278.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM280.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM281.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM284.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM285.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM290.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM297.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM420.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM423.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM424.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM437.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM500.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM850.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM851.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM852.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM855.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM857.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM860.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM861.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM862.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM863.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM864.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM865.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM866.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM868.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM869.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM870.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM871.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM874.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM875.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM880.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM891.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM903.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM904.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM905.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IBM918.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/IEC_P27_1.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/INIS.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/INIS_8.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/INIS_CYRILLIC.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/ISO_10367_BOX.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/ISO_2033_1983.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/ISO_5427.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/ISO_5427_EXT.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/ISO_5428.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_1.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_10.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_11.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_13.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_14.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_15.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_16.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_2.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_3.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_4.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_5.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_6.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_7.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_8.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_9.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/KOI8_R.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/KOI8_RU.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/KOI8_T.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/KOI8_U.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/KOI_8.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/LATIN_GREEK.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/LATIN_GREEK_1.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/MACARABIC.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/MACCROATIAN.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/MACCYRILLIC.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/MACGREEK.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/MACHEBREW.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/MACICELAND.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/MACINTOSH.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/MACROMANIA.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/MACTHAI.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/MACTURKISH.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/MACUKRAINE.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/MAC_IS.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/MAC_SAMI.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/MAC_UK.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/NATS_DANO.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/NATS_SEFI.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/NEXTSTEP.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/SAMI_WS2.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/TIS_620.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/US_ASCII.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/UTF_8.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/VISCII.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/RecodeData/_Encode.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/TextDomain.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/Util.pm /usr/share/texinfo/lib/libintl-perl/lib/Locale/gettext_pp.pm /usr/share/texinfo/texindex.awk /usr/share/texinfo/texinfo.dtd
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Feb 9 17:18:57 2026