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

EXTRA_DIST =		\
	NEWS	  	\
	COPYING		\
	README

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]