|
|
@@ -1,6 +1,6 @@
|
|
|
Index: setup.py
|
|
|
---- setup.py.orig 2006-09-22 12:15:34 +0200
|
|
|
-+++ setup.py 2006-09-29 20:12:53 +0200
|
|
|
+--- setup.py.orig 2006-11-21 18:49:07 +0100
|
|
|
++++ setup.py 2006-12-16 12:03:49 +0100
|
|
|
@@ -97,7 +97,7 @@
|
|
|
else:
|
|
|
val = getattr(self, attr)
|
|
|
@@ -35,7 +35,7 @@ Index: setup.py
|
|
|
['config/linkcheckerrc', 'config/logging.conf', ]),
|
|
|
('share/linkchecker/examples',
|
|
|
['cgi-bin/lconline/leer.html.en',
|
|
|
-@@ -500,24 +492,13 @@
|
|
|
+@@ -500,9 +492,9 @@
|
|
|
]
|
|
|
|
|
|
if os.name == 'posix':
|
|
|
@@ -46,22 +46,5 @@ Index: setup.py
|
|
|
+ data_files.append(('man/de/man1', ['doc/de/linkchecker.1']))
|
|
|
+ data_files.append(('man/fr/man1', ['doc/fr/linkchecker.1']))
|
|
|
data_files.append(('share/linkchecker/examples',
|
|
|
- ['config/linkchecker-completion', 'config/linkcheck-cron.sh']))
|
|
|
--elif win_compiling:
|
|
|
-- 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',
|
|
|
-+ data_files.append(('share/linkchecker/html',
|
|
|
-+ ['doc/en/documentation.txt',
|
|
|
- ]))
|
|
|
-
|
|
|
- setup (name = "linkchecker",
|
|
|
+ ['config/linkchecker-completion',
|
|
|
+ 'doc/examples/check_blacklist.sh',
|