summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2009-03-06 10:13:44 +0100
committerStephen Gallagher <sgallagh@redhat.com>2009-03-06 06:32:55 -0500
commit49271571930ee976aac332f21230b245bbde39d0 (patch)
tree7dfb457197be8daa66e8a9d04c1e3daf86959ad4 /Makefile
parent0ae3745711f4c856cf36f4aca07310586f930e1d (diff)
downloadsssd-49271571930ee976aac332f21230b245bbde39d0.tar.gz
sssd-49271571930ee976aac332f21230b245bbde39d0.tar.xz
sssd-49271571930ee976aac332f21230b245bbde39d0.zip
minor fixes for the build process
enable --without-tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8a38214f5..d8eb90ac1 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@ TARBALL_PREFIX = $(PACKAGE_NAME)-$(PACKAGE_VERSION)
TARBALL = $(TARBALL_PREFIX).tar.gz
LIBDIR ?= /usr/lib
RPMBUILD ?= $(PWD)/rpmbuild
+DOC = BUILD.txt COPYING
all:
@@ -28,6 +29,7 @@ local-archive: realdistclean
@for subdir in $(SUBDIRS); do \
cp -pr $$subdir dist/$(TARBALL_PREFIX)/.; \
done
+ cp -p $(DOC) dist/$(TARBALL_PREFIX)/.
tarballs: local-archive
-mkdir -p dist/sources