diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-19 17:55:37 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-19 17:55:37 +0300 |
commit | 220b26af92ccc7d17d6dca98688c5de6cc924d3e (patch) | |
tree | 7b119c21a8ca36ba06479a24156b3f71d6b49a80 /buildfile | |
parent | 2240c904c16aa0c5cdb261c17070d971f06a8c01 (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 v3; see accompanying LICENSE file -./: {*/ -build/ -m4/} doc{GPLv3 INSTALL LICENSE NEWS README version} \ - file{manifest} +./: {*/ -build/ -m4/} doc{GPLv3 INSTALL LICENSE NEWS README} manifest # Don't install the INSTALL file. # |