mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-02 08:35:06 -04:00
49f447d02c
Move the translations from src/pacman/po to just po/ so we can include the scripts gettext translations in the same message catalog as that of the pacman frontend. The libalpm message catalog, for now, will remain a separate existence. Signed-off-by: Dan McGee <dan@archlinux.org>
14 lines
421 B
Makefile
14 lines
421 B
Makefile
SUBDIRS = lib/libalpm src/util src/pacman scripts doc etc po pactest contrib
|
|
|
|
# Some files automatically included, so they aren't specified below:
|
|
# AUTHORS, COPYING, NEWS, README
|
|
EXTRA_DIST = HACKING
|
|
|
|
check-local: src/pacman
|
|
python $(top_srcdir)/pactest/pactest.py --debug=1 \
|
|
--test $(top_srcdir)/pactest/tests/*.py \
|
|
-p $(top_builddir)/src/pacman/pacman
|
|
rm -rf $(top_builddir)/root
|
|
|
|
# vim:set ts=2 sw=2 noet:
|