diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-08-01 13:33:26 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-08-01 13:33:26 +0300 |
commit | 7dcca45b4c08158ed7bdb426545e0fc1289c717f (patch) | |
tree | be9d9dc65d3bbe896280fbc5420fea75026afaad | |
parent | 113362b64cf33f9349ef7eb79da831d586ddece7 (diff) |
Use legal{} target type for legal documentation (LICENSE, AUTHORS, etc)
-rw-r--r-- | buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # file : buildfile # license : ODB NCUEL; see accompanying LICENSE file -./: {*/ -build/ -m4/} doc{NCUEL INSTALL LICENSE NEWS README} manifest +./: {*/ -build/ -m4/} doc{INSTALL NEWS README} legal{NCUEL LICENSE} manifest # Don't install tests or the INSTALL file. # |