1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 12:28:08 +01:00

remove setup.py reference to Dutch version of wicd-cli.8 that doesn't exist

This commit is contained in:
Adam Blackburn
2010-01-02 20:29:18 -10:00
parent ca4f9fddda
commit e57ac1bb98

View File

@@ -546,8 +546,6 @@ try:
data.append((wpath.bin, ['scripts/wicd-cli']))
if not wpath.no_install_man:
data.append(( wpath.mandir + 'man8/', ['man/wicd-cli.8']))
if not wpath.no_install_man and not wpath.no_install_i18n_man:
data.append(( wpath.mandir + 'man8/nl/', ['man/nl/wicd-cli.8']))
if not wpath.no_install_docs:
data.append(( wpath.docdir, ['cli/README.cli']))
piddir = os.path.dirname(wpath.pidfile)