From ee325008c4be6ef1cbeed6814d9d48c1585a8f91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 12 Oct 2013 12:26:27 +0200 Subject: [PATCH] dmake: install htmlreport --- tools/dmake.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/dmake.cpp b/tools/dmake.cpp index d5d950d32..c0d2ca40f 100644 --- a/tools/dmake.cpp +++ b/tools/dmake.cpp @@ -373,7 +373,8 @@ int main(int argc, char **argv) fout << "\tctags -R --exclude=doxyoutput .\n\n"; fout << "install: cppcheck\n"; fout << "\tinstall -d ${BIN}\n"; - fout << "\tinstall cppcheck ${BIN}\n\n"; + fout << "\tinstall cppcheck ${BIN}\n"; + fout << "\tinstall htmlreport/cppcheck-htmlreport ${BIN}\n\n"; fout << "\n###### Build\n\n";