diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-08-10 18:28:53 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-08-10 18:28:53 +0200 |
commit | 63aaad529c9ae9358f22fd9563aeabc679f4defd (patch) | |
tree | 67adfffcb14250f083d86b568577a8a2eb7bdf9f /tests/buildfile | |
parent | 8e866579cb459c5104c532d5e41d562d45236ea5 (diff) |
Add support for generating XHTML5
Diffstat (limited to 'tests/buildfile')
-rw-r--r-- | tests/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/buildfile b/tests/buildfile index 41a9bcc..ed48d00 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -2,6 +2,6 @@ # copyright : Copyright (c) 2014-2015 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -d = loader/ +d = loader/ web/ .: $d include $d |