summaryrefslogtreecommitdiff
path: root/templates/info/meson.build
blob: 026f2313858c24e30a9bf115ee0f58144a593729 (plain)
1
2
3
4
5
6
7
configure_file(
  input: 'exclude',
  output: 'exclude',
  configuration: template_config,
  install: true,
  install_dir: get_option('datadir') / 'git-core/templates/info',
)