|
|
@@ -35,7 +35,7 @@ Index: setup.py
|
|
|
['config/linkcheckerrc', 'config/logging.conf', ]),
|
|
|
('share/linkchecker/examples',
|
|
|
['cgi/lconline/leer.html.en', 'cgi/lconline/leer.html.de',
|
|
|
-@@ -481,13 +473,12 @@
|
|
|
+@@ -481,24 +473,13 @@
|
|
|
]
|
|
|
|
|
|
if os.name == 'posix':
|
|
|
@@ -49,7 +49,19 @@ Index: setup.py
|
|
|
['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.html',
|
|
|
- 'doc/en/index.html',
|
|
|
- 'doc/en/install.html',
|
|
|
++ ['doc/en/documentation.txt',
|
|
|
+ ]))
|
|
|
+
|
|
|
+ setup (name = "linkchecker",
|