contrib/getmail/getmail.diff
2018-11-10 22:06:57 +01:00

43 lines
1.2 KiB
Diff

--- a/setup.py 2018-11-10 22:03:47.020009522 +0100
+++ b/setup.py 2018-11-10 22:05:11.382810961 +0100
@@ -35,13 +35,6 @@
# hack hack hack hack hack hack hack
datadir = args[pos + 1]
-GETMAILDOCDIR = os.path.join(
- datadir or prefix,
- 'share',
- 'doc',
- 'getmail-%s' % __version__
-)
-
GETMAILMANDIR = os.path.join(
datadir or prefix,
'share',
@@ -99,25 +92,6 @@
'getmail-gmail-xoauth-tokens',
],
data_files=[
- (GETMAILDOCDIR, [
- './README',
- './getmail.spec',
- 'docs/BUGS',
- 'docs/COPYING',
- 'docs/CHANGELOG',
- 'docs/TODO',
- 'docs/THANKS',
- 'docs/configuration.html',
- 'docs/configuration.txt',
- 'docs/documentation.html',
- 'docs/documentation.txt',
- 'docs/faq.html',
- 'docs/faq.txt',
- 'docs/getmaildocs.css',
- 'docs/getmailrc-examples',
- 'docs/troubleshooting.html',
- 'docs/troubleshooting.txt',
- ]),
(GETMAILMANDIR, [
'docs/getmail.1',
'docs/getmail_fetch.1',