1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00
pacman/Makefile.am
2007-02-01 19:47:39 +00:00

16 lines
314 B
Makefile

SUBDIRS = lib/libalpm src/util src/pacman scripts doc doc/hu 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]