* Updated distcheck target- added some flags so pactest is 100% correct.

* Added a Makefile.am so contrib/ folder is included in dist.
This commit is contained in:
Dan McGee 2007-02-23 02:00:30 +00:00
parent 89046c32a3
commit c799433e42
4 changed files with 10 additions and 2 deletions

View File

@ -20,3 +20,4 @@ stamp-h1
tags
cscope.out
pacman-*.tar.gz

View File

@ -1,8 +1,9 @@
SUBDIRS = lib/libalpm src/util src/pacman scripts doc etc pactest
SUBDIRS = lib/libalpm src/util src/pacman scripts doc etc pactest contrib
DISTCHECK_CONFIGURE_FLAGS = --disable-fakeroot
# Some files automatically included, so they aren't specified below:
# AUTHORS, COPYING, NEWS, README
# TODO: move translation-help to ABOUT-NLS?
EXTRA_DIST = HACKING
# TODO : figure out a way to get 'make distcheck' to build with

View File

@ -220,6 +220,7 @@ etc/pacman.d/Makefile
etc/pacman.d/mirrorlist
etc/abs/Makefile
pactest/Makefile
contrib/Makefile
Makefile
])

5
contrib/Makefile.am Normal file
View File

@ -0,0 +1,5 @@
EXTRA_DIST = \
bash_completion \
pacsearch \
zsh_completion