diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-19 17:58:09 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-19 17:58:09 +0300 |
commit | 59d5248a6d7c14aa1038ed23e41616621c5fb94b (patch) | |
tree | f9cb11555181ba8f91f894794320c8de8a003250 /buildfile | |
parent | 8348ba7dba2d11e89b292e1033c3e198e0aae586 (diff) |
Get rid of doc{version} and types for testscript and manifest in buildfiles
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2,8 +2,7 @@ # copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file -./: {*/ -build/ -m4/} doc{GPLv2 INSTALL LICENSE NEWS README version} \ - file{manifest} +./: {*/ -build/ -m4/} doc{GPLv2 INSTALL LICENSE NEWS README} manifest # Don't install tests or the INSTALL file. # |