1 diff -Nru getmail-4.8.0.orig/setup.py getmail-4.8.0/setup.py
2 --- getmail-4.8.0.orig/setup.py 2008-03-05 21:32:57.000000000 +1000
3 +++ getmail-4.8.0/setup.py 2008-03-05 21:35:24.000000000 +1000
4 @@ -35,16 +35,8 @@
5 # hack hack hack hack hack hack hack
6 datadir = args[pos + 1]
7
8 -GETMAILDOCDIR = os.path.join(
9 - datadir or prefix,
10 - 'share',
11 - 'doc',
12 - 'getmail-%s' % __version__
13 -)
14 -
15 GETMAILMANDIR = os.path.join(
16 datadir or prefix,
17 - 'share',
18 'man',
19 'man1'
20 )
21 @@ -98,25 +90,6 @@
22 'getmail_mbox'
23 ],
24 data_files=[
25 - (GETMAILDOCDIR, [
26 - './README',
27 - './getmail.spec',
28 - 'docs/BUGS',
29 - 'docs/COPYING',
30 - 'docs/CHANGELOG',
31 - 'docs/TODO',
32 - 'docs/THANKS',
33 - 'docs/configuration.html',
34 - 'docs/configuration.txt',
35 - 'docs/documentation.html',
36 - 'docs/documentation.txt',
37 - 'docs/faq.html',
38 - 'docs/faq.txt',
39 - 'docs/getmaildocs.css',
40 - 'docs/getmailrc-examples',
41 - 'docs/troubleshooting.html',
42 - 'docs/troubleshooting.txt',
43 - ]),
44 (GETMAILMANDIR, [
45 'docs/getmail.1',
46 'docs/getmail_fetch.1',
|