diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2024-11-11 14:35:45 +0200 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2024-11-11 14:35:45 +0200 |
commit | 0a496f6476506dfb707bea33d28106a7489ff0b2 (patch) | |
tree | 798a43978b4971da8bfb45c8980aa0e42ea93c84 /buildfile | |
parent | 6c96322189619c5c2eddd5645d2a6477a95dd435 (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 |