diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-01 08:41:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-01 08:41:33 +0200 |
commit | 45bde7e6a53666b005e7487b64b7118c8fcb2593 (patch) | |
tree | 2883280fcb3833c51d1decbe6c0c15ea6abccb82 | |
parent | 994862bfd1864cc2079cdb7b870df09b875e39ba (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 : MIT; see accompanying LICENSE file -./: {*/ -build/} doc{INSTALL LICENSE AUTHORS LEGAL NEWS README} manifest +./: {*/ -build/} doc{INSTALL NEWS README} legal{LICENSE AUTHORS LEGAL} manifest # Don't install tests or the INSTALL file. # |