summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-01-04 14:45:54 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-01-04 14:45:54 +0000
commitf6c84f5a74a7329c253e2b8778bde01c132ca5b5 (patch)
treeb03301008320582bd502d952f18ffc3713c10179 /Makefile
parent3605272b0a7a255f8cc252e76c45d982fa7ae9f6 (diff)
downloadmandoc-f6c84f5a74a7329c253e2b8778bde01c132ca5b5.tar.gz
Put ./configure into the distributin tarball.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 314be62d..16225e40 100644
--- a/Makefile
+++ b/Makefile
@@ -83,6 +83,7 @@ SRCS = Makefile \
compat_strsep.c \
config.h.post \
config.h.pre \
+ configure \
demandoc.1 \
demandoc.c \
eqn.7 \
@@ -357,7 +358,8 @@ mdocml.md5: mdocml.tar.gz
mdocml.tar.gz: $(SRCS)
mkdir -p .dist/mdocml-$(VERSION)/
$(INSTALL_SOURCE) $(SRCS) .dist/mdocml-$(VERSION)
- ( cd .dist/ && tar zcf ../$@ ./ )
+ chmod 755 .dist/mdocml-$(VERSION)/configure
+ ( cd .dist/ && tar zcf ../$@ mdocml-$(VERSION) )
rm -rf .dist/
index.html: $(INDEX_OBJS)