From 60d940ab1ebc7472155e7b2a577d6f1eb01cbfe2 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Sun, 15 Oct 2006 21:31:15 +0000 Subject: *** empty log message *** --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.am') 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] -- cgit v1.2.3-24-g4f1b