mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 15:58:50 -05:00
* 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:
parent
89046c32a3
commit
c799433e42
@ -20,3 +20,4 @@ stamp-h1
|
|||||||
|
|
||||||
tags
|
tags
|
||||||
cscope.out
|
cscope.out
|
||||||
|
pacman-*.tar.gz
|
||||||
|
@ -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:
|
# Some files automatically included, so they aren't specified below:
|
||||||
# AUTHORS, COPYING, NEWS, README
|
# AUTHORS, COPYING, NEWS, README
|
||||||
# TODO: move translation-help to ABOUT-NLS?
|
|
||||||
EXTRA_DIST = HACKING
|
EXTRA_DIST = HACKING
|
||||||
|
|
||||||
# TODO : figure out a way to get 'make distcheck' to build with
|
# TODO : figure out a way to get 'make distcheck' to build with
|
||||||
|
@ -220,6 +220,7 @@ etc/pacman.d/Makefile
|
|||||||
etc/pacman.d/mirrorlist
|
etc/pacman.d/mirrorlist
|
||||||
etc/abs/Makefile
|
etc/abs/Makefile
|
||||||
pactest/Makefile
|
pactest/Makefile
|
||||||
|
contrib/Makefile
|
||||||
Makefile
|
Makefile
|
||||||
])
|
])
|
||||||
|
|
||||||
|
5
contrib/Makefile.am
Normal file
5
contrib/Makefile.am
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
EXTRA_DIST = \
|
||||||
|
bash_completion \
|
||||||
|
pacsearch \
|
||||||
|
zsh_completion
|
||||||
|
|
Loading…
Reference in New Issue
Block a user