diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-31 12:29:19 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-31 12:29:19 +0200 |
commit | 2f8e65145904b4672870a856aa6a52f906dad930 (patch) | |
tree | f61f2944afabe177c4eb1a9658eb327eb536e099 /buildfile | |
parent | d1152d118ee1488f238c0583d7106cce50a9586f (diff) |
Setup doc/ install/dist
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ # copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -d = build2/ tests/ +d = build2/ tests/ doc/ ./: $d doc{INSTALL LICENSE version} file{INSTALL.cli bootstrap manifest} include $d |