aboutsummaryrefslogtreecommitdiff
path: root/bin/meson.build
blob: e98bd2fb360ceb6212ff2544ecc594094be27bd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
binfiles = [
  'dosubst.awk',
  'grephdr.sh',
  'grepsrc.sh',
  'pogen.sh',
  'rename.sh',
  'gana_update.sh',
  'sphinx_update.sh',
  ]

foreach f : binfiles
  configure_file(input : f,
    output : f,
    copy: true)
endforeach