mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-02 08:35:06 -04:00
82de7efbf9
made. Ripped out all the po4a stuff, letting us cut down on yet another makedepends. Also moved all of the manpages to non-.in names.
16 lines
307 B
Makefile
16 lines
307 B
Makefile
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]
|