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