diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-28 09:08:19 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-28 09:08:19 +0000 |
| commit | 9bc827864803c1af2774460d6fa6e3cc68ca6a5c (patch) | |
| tree | a56cbc6e9255d90a1609e7df3d568e5b0584301a /wscript | |
| parent | f54190a85a4723ab7fce4c845d3d30e7141624ae (diff) | |
waf target to build tags.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -400,3 +400,6 @@ def pot(bld): def pot_merge(bld): bld.recurse('src') + +def tags(bld): + os.system('etags src/lib/*.cc src/lib/*.h src/wx/*.cc src/wx/*.h src/tools/*.cc src/tools/*.h') |
