diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-15 08:33:39 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-15 08:33:39 +0200 |
commit | d43e00ba64a5332100a8a2330d251051302b0193 (patch) | |
tree | 59331bd88bf1214c28ed6faada66dae19e5b1a15 /buildfile | |
parent | 589b66ec94d95b4bea8d9a0d23c8439dff9031de (diff) |
Add initial install support
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,6 +2,6 @@ # copyright : Copyright (c) 2014-2015 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -d = brep/ loader/ tests/ +d = brep/ loader/ tests/ www/ ./: $d doc{LICENSE version} include $d |