changeset 218 | 06bc1ef248a6 |
parent 193 | 0a28dfe59f8f |
child 240 | 737c66b68290 |
child 241 | afe895fcc0d0 |
--- a/setup.py Wed Jun 01 15:21:53 2005 -0800 +++ b/setup.py Wed Jun 01 17:01:09 2005 -0800 @@ -25,6 +25,8 @@ packages=['mercurial'], ext_modules=[Extension('mercurial.mpatch', ['mercurial/mpatch.c'])], data_files=[('mercurial/templates', - ['templates/map'] + glob.glob('templates/*.tmpl'))], + ['templates/map'] + + glob.glob('templates/map-*') + + glob.glob('templates/*.tmpl'))], cmdclass = { 'install_data' : install_package_data }, scripts=['hg'])