/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Jelmer Vernooij
  • Date: 2012-02-19 21:46:45 UTC
  • mfrom: (468.1.1 trunk)
  • Revision ID: jelmer@samba.org-20120219214645-ze9nfb4lbzt27zz3
Merge fix for installation of loggerhead.conf.example.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
                                   "static/images/*"]},
69
69
    data_files = [
70
70
        ('share/man/man1', ['serve-branches.1']),
71
 
        ('share/doc/loggerhead', ['loggerhead.conf.example',
72
 
                                  'apache-loggerhead.conf',
 
71
        ('share/doc/loggerhead', ['apache-loggerhead.conf',
73
72
                                  'bazaar.conf']),
74
73
        ],
75
74
    )