diff options
Diffstat (limited to 'templates/info/meson.build')
| -rw-r--r-- | templates/info/meson.build | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/info/meson.build b/templates/info/meson.build new file mode 100644 index 0000000000..026f231385 --- /dev/null +++ b/templates/info/meson.build @@ -0,0 +1,7 @@ +configure_file( + input: 'exclude', + output: 'exclude', + configuration: template_config, + install: true, + install_dir: get_option('datadir') / 'git-core/templates/info', +) |
