Makefile: explicit list directories which should be used with ctags. Run astyle.
This commit is contained in:
parent
f0bf749621
commit
65666a1ba4
2
Makefile
2
Makefile
|
@ -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}
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue