Remove old doc files from data files

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3922 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2009-01-23 22:15:09 +00:00
parent e2a303b727
commit f36640d7e9

View file

@ -348,18 +348,18 @@ myname = "Bastian Kleineidam"
myemail = "calvin@users.sourceforge.net"
data_files = [
('share/linkchecker',
['config/linkcheckerrc', 'config/logging.conf', ]),
('share/linkchecker/examples',
['cgi-bin/lconline/leer.html.en',
'cgi-bin/lconline/leer.html.de',
'cgi-bin/lconline/index.html',
'cgi-bin/lconline/lc_cgi.html.en',
'cgi-bin/lconline/lc_cgi.html.de',
'cgi-bin/lconline/check.js',
'cgi-bin/lc.cgi',
'cgi-bin/lc.fcgi', ]),
]
('share/linkchecker',
['config/linkcheckerrc', 'config/logging.conf', ]),
('share/linkchecker/examples',
['cgi-bin/lconline/leer.html.en',
'cgi-bin/lconline/leer.html.de',
'cgi-bin/lconline/index.html',
'cgi-bin/lconline/lc_cgi.html.en',
'cgi-bin/lconline/lc_cgi.html.de',
'cgi-bin/lconline/check.js',
'cgi-bin/lc.cgi',
'cgi-bin/lc.fcgi', ]),
]
if os.name == 'posix':
data_files.append(('share/man/man1', ['doc/en/linkchecker.1', 'doc/en/linkchecker-gui.1']))
@ -371,20 +371,7 @@ if os.name == 'posix':
'doc/examples/check_blacklist.sh',
'doc/examples/check_for_x_errors.sh',
'doc/examples/check_urls.sh',]))
elif os.name == 'nt':
data_files.append(('share/linkchecker/doc',
['doc/en/documentation.html',
'doc/en/index.html',
'doc/en/install.html',
'doc/en/other.html',
'doc/en/upgrading.html',
'doc/en/lc.css',
'doc/en/navigation.css',
'doc/en/shot1.png',
'doc/en/shot2.png',
'doc/en/shot1_thumb.jpg',
'doc/en/shot2_thumb.jpg',
]))
class InnoScript:
def __init__(self, lib_dir, dist_dir, windows_exe_files=[], lib_files=[]):