1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

Makefile.am: Extract "contrib/" into DIST_SUBDIRS

This implies following changes:

* contrib scripts can be built and installed easily by running make(1)
  in "contrib/". This removes the need to pick all contrib scripts
  manually when packaging pacman-contrib.

* contrib scripts will no longer be built when running make(1) in the
  top level source directory. This seems like the most natural approach.
  We install those separately and should act the same when building
  stuff.

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Lukas Fleischer 2011-12-12 22:36:56 +01:00 committed by Dan McGee
parent c34b69b5c7
commit cd75ae46ab

View File

@ -1,8 +1,10 @@
SUBDIRS = lib/libalpm src/util src/pacman scripts etc test/pacman test/util contrib
SUBDIRS = lib/libalpm src/util src/pacman scripts etc test/pacman test/util
if WANT_DOC
SUBDIRS += doc
endif
DIST_SUBDIRS = $(SUBDIRS) contrib
ACLOCAL_AMFLAGS = -I m4 --install
# Make sure we test and build manpages when doing distcheck