diff options
author | Aaron Griffin <aaron@archlinux.org> | 2006-10-15 21:31:15 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-10-15 21:31:15 +0000 |
commit | 60d940ab1ebc7472155e7b2a577d6f1eb01cbfe2 (patch) | |
tree | 0bfb73c633cc2be23d2014e68754fee05e7f6ec1 /Makefile.am | |
parent | db769f667d93d9127b570570564589337c793fbe (diff) |
*** empty log message ***
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index d91b8bd0..68e82f97 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,3 +19,8 @@ EXTRA_DIST = \ check: cd pactest; python pactest.py --test=tests/*.py -p ../src/pacman/pacman --debug=1 + +tags: + ctags -a lib/libalpm/*.[ch] + ctags -a lib/libftp/*.[ch] + ctags -a src/pacman/*.[ch] |