|
|
@@ -1,7 +1,7 @@
|
|
|
Index: setup.py
|
|
|
---- setup.py.orig 2005-03-02 22:14:33 +0100
|
|
|
-+++ setup.py 2005-03-05 09:40:46 +0100
|
|
|
-@@ -86,7 +86,7 @@
|
|
|
+--- setup.py.orig 2005-03-15 01:04:57 +0100
|
|
|
++++ setup.py 2005-03-16 10:33:57 +0100
|
|
|
+@@ -84,7 +84,7 @@
|
|
|
else:
|
|
|
val = getattr(self, attr)
|
|
|
if attr == 'install_data':
|
|
|
@@ -10,7 +10,7 @@ Index: setup.py
|
|
|
data.append('config_dir = %r' % cnormpath(cdir))
|
|
|
data.append("%s = %r" % (attr, cnormpath(val)))
|
|
|
self.distribution.create_conf_file(data, directory=self.install_lib)
|
|
|
-@@ -195,10 +195,10 @@
|
|
|
+@@ -205,10 +205,10 @@
|
|
|
def build_extensions (self):
|
|
|
# For gcc 3.x we can add -std=gnu99 to get rid of warnings.
|
|
|
extra = []
|
|
|
@@ -25,16 +25,16 @@ Index: setup.py
|
|
|
# First, sanity-check the 'extensions' list
|
|
|
self.check_extensions_list(self.extensions)
|
|
|
for ext in self.extensions:
|
|
|
-@@ -250,7 +250,7 @@
|
|
|
- ['share/locale/nl/LC_MESSAGES/linkchecker.mo']),
|
|
|
- ('share/locale/es/LC_MESSAGES',
|
|
|
- ['share/locale/es/LC_MESSAGES/linkchecker.mo']),
|
|
|
+@@ -327,7 +327,7 @@
|
|
|
+ myemail = "calvin@users.sourceforge.net"
|
|
|
+
|
|
|
+ data_files = [
|
|
|
- ('share/linkchecker',
|
|
|
+ ('etc/linkchecker',
|
|
|
['config/linkcheckerrc', 'config/logging.conf', ]),
|
|
|
('share/linkchecker/examples',
|
|
|
['cgi/lconline/leer.html.en', 'cgi/lconline/leer.html.de',
|
|
|
-@@ -260,13 +260,12 @@
|
|
|
+@@ -337,13 +337,12 @@
|
|
|
]
|
|
|
|
|
|
if os.name == 'posix':
|
|
|
@@ -49,6 +49,6 @@ Index: setup.py
|
|
|
-elif os.name == 'nt':
|
|
|
- data_files.append(('share/linkchecker/doc',
|
|
|
+ data_files.append(('share/linkchecker/html',
|
|
|
- ['doc/documentation.html', 'doc/index.html',
|
|
|
- 'doc/install.html', 'doc/index.html', 'doc/other.html',
|
|
|
- 'doc/upgrading.html', 'doc/lc.css', 'doc/navigation.css',
|
|
|
+ ['doc/en/documentation.html',
|
|
|
+ 'doc/en/index.html',
|
|
|
+ 'doc/en/install.html',
|