Embrace Github and use .md for README

This commit is contained in:
Sam Manzi 2015-08-22 19:04:04 +10:00
parent bad9d747e1
commit 43fae0c326
2 changed files with 1 additions and 1 deletions

View File

View File

@ -406,7 +406,7 @@ else:
data_files_core = [('share/mime-info', ['data/gramps.mime']),
('share/icons', ['images/gramps.png'])]
DOC_FILES = ['AUTHORS', 'COPYING', 'FAQ', 'INSTALL', 'LICENSE', 'NEWS',
'README', 'TODO']
'README.md', 'TODO']
GEDCOM_FILES = glob.glob(os.path.join('example', 'gedcom', '*.*'))
GRAMPS_FILES = glob.glob(os.path.join('example', 'gramps', '*.*'))
IMAGE_WEB = glob.glob(os.path.join('images', 'webstuff', '*.png'))