summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: b76813ec31f8555ae2b59a2e4dfdc7a0172f3ba7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUBDIRS = lib/libalpm src/util src/pacman scripts doc etc 

EXTRA_DIST =		\
	ChangeLog  	\
	COPYING		\
	README 		\
	TODO 		\
	TODO.autoconf

check: src/pacman
	cd pactest; python pactest.py --test=tests/*.py -p ../src/pacman/pacman --debug=-1

tags:
	ctags -a lib/libalpm/*.[ch]
	ctags -a src/pacman/*.[ch]