Makefile: explicit list directories which should be used with ctags. Run astyle.

This commit is contained in:
Alexander Mai 2015-11-15 19:03:18 +01:00
parent f0bf749621
commit 65666a1ba4
4 changed files with 8 additions and 8 deletions

View File

@ -284,7 +284,7 @@ man/cppcheck.1: $(MAN_SOURCE)
$(XP) $(DB2MAN) $(MAN_SOURCE)
tags:
ctags -R --exclude=doxyoutput .
ctags -R --exclude=doxyoutput --exclude=test/cfg cli externals gui lib test
install: cppcheck
install -d ${BIN}

View File

@ -427,7 +427,7 @@ int main(int argc, char **argv)
fout << "man/cppcheck.1:\t$(MAN_SOURCE)\n\n";
fout << "\t$(XP) $(DB2MAN) $(MAN_SOURCE)\n\n";
fout << "tags:\n";
fout << "\tctags -R --exclude=doxyoutput .\n\n";
fout << "\tctags -R --exclude=doxyoutput --exclude=test/cfg cli externals gui lib test\n\n";
fout << "install: cppcheck\n";
fout << "\tinstall -d ${BIN}\n";
fout << "\tinstall cppcheck ${BIN}\n";