summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2006-10-15 21:31:15 +0000
committerAaron Griffin <aaron@archlinux.org>2006-10-15 21:31:15 +0000
commit60d940ab1ebc7472155e7b2a577d6f1eb01cbfe2 (patch)
tree0bfb73c633cc2be23d2014e68754fee05e7f6ec1 /Makefile.am
parentdb769f667d93d9127b570570564589337c793fbe (diff)
downloadpacman-60d940ab1ebc7472155e7b2a577d6f1eb01cbfe2.tar.gz
pacman-60d940ab1ebc7472155e7b2a577d6f1eb01cbfe2.zip
*** empty log message ***
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
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]