summaryrefslogtreecommitdiff
path: root/getmail/getmail.diff
blob: bbdbe7ec29cb29b46d1ead95ca944a939b5d90f2 (plain)
    1 --- a/setup.py	2018-11-10 22:03:47.020009522 +0100
    2 +++ b/setup.py	2018-11-10 22:05:11.382810961 +0100
    3 @@ -35,13 +35,6 @@
    4          # hack hack hack hack hack hack hack
    5          datadir = args[pos + 1]
    6  
    7 -GETMAILDOCDIR = os.path.join(
    8 -    datadir or prefix,
    9 -    'share',
   10 -    'doc',
   11 -    'getmail-%s' % __version__
   12 -)
   13 -
   14  GETMAILMANDIR = os.path.join(
   15      datadir or prefix,
   16      'share',
   17 @@ -99,25 +92,6 @@
   18          'getmail-gmail-xoauth-tokens',
   19      ],
   20      data_files=[
   21 -        (GETMAILDOCDIR, [
   22 -            './README',
   23 -            './getmail.spec',
   24 -            'docs/BUGS',
   25 -            'docs/COPYING',
   26 -            'docs/CHANGELOG',
   27 -            'docs/TODO',
   28 -            'docs/THANKS',
   29 -            'docs/configuration.html',
   30 -            'docs/configuration.txt',
   31 -            'docs/documentation.html',
   32 -            'docs/documentation.txt',
   33 -            'docs/faq.html',
   34 -            'docs/faq.txt',
   35 -            'docs/getmaildocs.css',
   36 -            'docs/getmailrc-examples',
   37 -            'docs/troubleshooting.html',
   38 -            'docs/troubleshooting.txt',
   39 -        ]),
   40          (GETMAILMANDIR, [
   41              'docs/getmail.1',
   42              'docs/getmail_fetch.1',

Generated by cgit