Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4672 - texinfo 4.2-r4 documentation files unreadable
Summary: texinfo 4.2-r4 documentation files unreadable
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-08 01:20 UTC by Uwe Ohse
Modified: 2002-07-08 16:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Uwe Ohse 2002-07-08 01:20:10 UTC
texinfo-4.2-r4.ebuild contains:
                for i in texinfo-*
                do
                        mv ${i} texinfo.info-${i#texinfo-*}
                done
but the main .info file references texinfo-1, not texinfo.info-1.

Possible fixes:
a) tell makeinfo to ignore the @setfilename in texinfo.txi,
b) use the names the texinfo maintainers like.

Regards, Uwe
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-07-08 16:41:07 UTC
Fixed in -r5.  This is done by modifying the Makefile, and .txi file to
change the files being installed/generated, rather than renaming them.