aboutsummaryrefslogtreecommitdiffstatshomepage
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
commitd3442fe28628c0582843401e0ac5828f6494f3ea (patch)
tree334f2e7400bda1aed35a45c77974c17390a8fe7c /Makefile
parent2d07d29d15cb7ab36082c8cbff8106442c1bede2 (diff)
downloadmandoc-d3442fe28628c0582843401e0ac5828f6494f3ea.tar.gz
mandoc-d3442fe28628c0582843401e0ac5828f6494f3ea.tar.zst
mandoc-d3442fe28628c0582843401e0ac5828f6494f3ea.zip
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)