Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

setup: include locale files in unix installs

Changeset 5b3e082863c4

Parent 3fe9887111ee

by Steve Borho

Changes to one file · Browse files at 5b3e082863c4 Showing diff from parent 3fe9887111ee Diff from another changeset...

Change 1 of 1 Show Entire File setup.py Stacked
 
117
118
119
 
 
 
120
121
122
 
117
118
119
120
121
122
123
124
125
@@ -117,6 +117,9 @@
  _data_files = [(os.path.join('share/pixmaps/tortoisehg', root),   [os.path.join(root, file_) for file_ in files])   for root, dirs, files in os.walk('icons')] + _data_files += [(os.path.join('share/locale', root), + [os.path.join(root, file_) for file_ in files]) + for root, dirs, files in os.walk('locale')]   _data_files += [('lib/nautilus/extensions-2.0/python',   ['contrib/nautilus-thg.py'])]