mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-09 09:00:58 +00:00
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:
parent
e2a303b727
commit
f36640d7e9
1 changed files with 13 additions and 26 deletions
39
setup.py
39
setup.py
|
|
@ -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=[]):
|
||||
|
|
|
|||
Loading…
Reference in a new issue