Comment 7 for bug 501048

Revision history for this message
Ayke (ayke) wrote :

I don't understand the last bit (beneath OTHER), so this file is not fully translated.
The reason is the "stanza". A stanza is from a poem, i thought?

Anyway, if this leads to adding it in the installer:
The lines:
        data.append((wpath.mandir + 'man8/nl/', [ 'man/nl/wicd.8' ]))
        data.append((wpath.mandir + 'man5/nl/', [ 'man/nl/wicd-manager-settings.conf.5' ]))
        data.append((wpath.mandir + 'man5/nl/', [ 'man/nl/wicd-wired-settings.conf.5' ]))
        data.append((wpath.mandir + 'man5/nl/', [ 'man/nl/wicd-wireless-settings.conf.5' ]))
        data.append((wpath.mandir + 'man1/nl/', [ 'man/nl/wicd-client.1' ]))

Should be inserted after:
    if not wpath.no_install_man:
        data.append((wpath.mandir + 'man8/', [ 'man/wicd.8' ]))
        data.append((wpath.mandir + 'man5/', [ 'man/wicd-manager-settings.conf.5' ]))
        data.append((wpath.mandir + 'man5/', [ 'man/wicd-wired-settings.conf.5' ]))
        data.append((wpath.mandir + 'man5/', [ 'man/wicd-wireless-settings.conf.5' ]))
        data.append((wpath.mandir + 'man1/', [ 'man/wicd-client.1' ]))

The best place to install the files is, in my opinion, /usr/share/man/nl/manx/.
And i think that the best place to insert the files in the branch (?) is man/nl/* (the English man pages in man/*)