diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2024-09-09 20:53:30 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2024-09-09 21:08:25 +0300 |
commit | cce2cd1db97c4f7b28ca5a27541bad14fc073cdc (patch) | |
tree | f127e8c720b8e5a6e32172d5d0e9a3c672b4d2ed /buildfile | |
parent | 03af0079fa113d81c8a9da17434cf0b7f5db5504 (diff) |
Make changes required for CIci
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # file : buildfile # license : MIT; see accompanying LICENSE file -./: {*/ -build/} \ +./: {*/ -build/ -doc/} \ doc{INSTALL NEWS README} legal{LICENSE AUTHORS LEGAL} \ manifest |