diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2025-02-07 20:28:32 +0200 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2025-02-07 20:28:32 +0200 |
commit | 675f3035f28697701b1776b2b302818a3c134d51 (patch) | |
tree | 0bb57a37a2ef7d8ce25dbf24d5a362f7a0e3e5e0 /buildfile | |
parent | d06535ca142d05071f6b4090d68a55294edd85eb (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 |