diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-19 18:00:53 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-19 18:00:53 +0300 |
commit | f989ac69b22794e3a98feebc604c5f132b1f3ae1 (patch) | |
tree | 6dd28b3880eb2b552be258741d5ac6b9e57123e3 /buildfile | |
parent | f75a9a9c3790f28ed5341c76aae92a54833e2c2e (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/ -etc/} doc{GPLv2 INSTALL LICENSE NEWS README version} \ - file{manifest} +./: {*/ -build/ -m4/ -etc/} doc{GPLv2 INSTALL LICENSE NEWS README} manifest # Don't install tests or the INSTALL file. # |