|
|
@@ -1,7 +1,7 @@
|
|
|
Index: setup.py
|
|
|
---- setup.py.orig 2005-03-15 01:04:57 +0100
|
|
|
-+++ setup.py 2005-03-16 10:33:57 +0100
|
|
|
-@@ -84,7 +84,7 @@
|
|
|
+--- setup.py.orig 2005-04-04 22:12:17 +0200
|
|
|
++++ setup.py 2005-04-09 11:04:41 +0200
|
|
|
+@@ -88,7 +88,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)
|
|
|
-@@ -205,10 +205,10 @@
|
|
|
+@@ -306,10 +306,10 @@
|
|
|
def build_extensions (self):
|
|
|
# For gcc 3.x we can add -std=gnu99 to get rid of warnings.
|
|
|
extra = []
|
|
|
@@ -25,7 +25,7 @@ Index: setup.py
|
|
|
# First, sanity-check the 'extensions' list
|
|
|
self.check_extensions_list(self.extensions)
|
|
|
for ext in self.extensions:
|
|
|
-@@ -327,7 +327,7 @@
|
|
|
+@@ -428,7 +428,7 @@
|
|
|
myemail = "calvin@users.sourceforge.net"
|
|
|
|
|
|
data_files = [
|
|
|
@@ -34,7 +34,7 @@ Index: setup.py
|
|
|
['config/linkcheckerrc', 'config/logging.conf', ]),
|
|
|
('share/linkchecker/examples',
|
|
|
['cgi/lconline/leer.html.en', 'cgi/lconline/leer.html.de',
|
|
|
-@@ -337,13 +337,12 @@
|
|
|
+@@ -438,13 +438,12 @@
|
|
|
]
|
|
|
|
|
|
if os.name == 'posix':
|
|
|
@@ -46,7 +46,7 @@ Index: setup.py
|
|
|
+ data_files.append(('man/fr/man1', ['doc/fr/linkchecker.1']))
|
|
|
data_files.append(('share/linkchecker/examples',
|
|
|
['config/linkchecker-completion', 'config/linkcheck-cron.sh']))
|
|
|
--elif os.name == 'nt':
|
|
|
+-elif win_compiling:
|
|
|
- data_files.append(('share/linkchecker/doc',
|
|
|
+ data_files.append(('share/linkchecker/html',
|
|
|
['doc/en/documentation.html',
|