Added changelog as a translatable document. Copy license appropiately

This commit is contained in:
2018-12-19 04:58:34 -06:00
parent ea917c470e
commit dfa597f2d0
3 changed files with 27 additions and 12 deletions

View File

@@ -47,7 +47,7 @@ def get_data():
]+get_sounds()+get_locales()+get_documentation()+accessible_output2.find_datafiles()+enchant.utils.win32_data_files()+get_architecture_files()+sound_lib.find_datafiles()
def get_documentation ():
answer = []
answer = [("documentation", ["documentation/license.txt"])]
depth = 6
for root, dirs, files in os.walk('documentation'):
if depth == 0: