bottle/Makefile.am

14 lines
274 B
Makefile
Raw Normal View History

SUBDIRS = lib/libalpm src/util src/pacman scripts doc etc
EXTRA_DIST = \
2007-02-10 00:10:22 -08:00
NEWS \
COPYING \
2007-02-10 00:10:22 -08:00
README
2006-10-15 12:38:02 -07:00
check: src/pacman
2006-10-19 08:12:49 -07:00
cd pactest; python pactest.py --test=tests/*.py -p ../src/pacman/pacman --debug=-1
2006-10-15 14:31:15 -07:00
tags:
ctags -a lib/libalpm/*.[ch]
ctags -a src/pacman/*.[ch]