[rtems-tools commit] covoar/wscript: Install covoar.css and table.js

Chris Johns chrisj at rtems.org
Mon Jan 27 21:45:02 UTC 2020


Module:    rtems-tools
Branch:    master
Commit:    18d3daa2377e08fa3aad703100e95a82118d06c4
Changeset: http://git.rtems.org/rtems-tools/commit/?id=18d3daa2377e08fa3aad703100e95a82118d06c4

Author:    Vijay Kumar Banerjee <vijaykumar9597 at gmail.com>
Date:      Fri Jan 24 15:45:16 2020 +0530

covoar/wscript: Install covoar.css and table.js

---

 tester/covoar/wscript | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tester/covoar/wscript b/tester/covoar/wscript
index 7efa0dd..165a1b8 100644
--- a/tester/covoar/wscript
+++ b/tester/covoar/wscript
@@ -138,3 +138,4 @@ def build(bld):
                 cflags = ['-O2', '-g'],
                 cxxflags = ['-std=c++11', '-O2', '-g'],
                 includes = ['.'] + rtl_includes)
+    bld.install_files('${PREFIX}/share/rtems/tester/covoar', ['covoar.css', 'table.js'])



More information about the vc mailing list