blob: 1dd8faf46a46665977018159db6469d0e70e6ae9 (
plain)
1
2
3
4
5
6
7
8
|
# file : etc/buildfile
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
./: file{** -buildfile}
*: install = data/etc/
*: install.subdirs = true # Recreate subdirectories.
|