#2262: Vim instructions have an error ----------------------------------------+----------------------------------- Reporter: [EMAIL PROTECTED] | Owner: [email protected] Type: defect | Status: reopened Priority: normal | Milestone: 6.4 Component: Book | Version: SVN Severity: normal | Resolution: Keywords: | ----------------------------------------+----------------------------------- Comment (by Bryan Kadzban):
DJ: Agreed -- current man-db doesn't (appear to) care. The "ru" directory defaults to KOI8-R, but putting the file in another directory with the explicit charset name won't hurt. (The reason vim does this is because it assumes that the unadorned directory name holds ISO8859-x, probably -1. The reason it bothers with the ISO8859-1 directories for French and Italian is for FreeBSD. See the comments in the Makefile near where these directories get set.) But I've attached what I was thinking, so others can sanity-check it. This re-removes the mandirs patch, and updates the for loop to account for the new directories. Though actually, this does miss one thing: it doesn't set MANDIR during the vim "make install". I doubt that's terribly important (since /usr/man is a link to it anyway), so hopefully it doesn't matter. Other opinions? Sanity checks -- did I miss something critically obvious? Alexander? :-P -- Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/2262#comment:8> LFS Trac <http://wiki.linuxfromscratch.org/lfs/> Linux From Scratch: Your Distro, Your Rules. -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
