aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-01-04 14:44:28 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-01-04 14:44:28 +0000
commitb4c02539d6c107a035f3d29adde090072ba7fa02 (patch)
tree8eee1fc7ccc16b641132683e5e552fd487dae6ad
parentf2e1d1437abddaa097ebff0dcf3f147764f94df0 (diff)
downloadmandoc-b4c02539d6c107a035f3d29adde090072ba7fa02.tar.gz
mandoc-b4c02539d6c107a035f3d29adde090072ba7fa02.tar.zst
mandoc-b4c02539d6c107a035f3d29adde090072ba7fa02.zip
Put ./configure into the distribution tarball.
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 69b0d139..c17e0e74 100644
--- a/Makefile
+++ b/Makefile
@@ -94,6 +94,7 @@ SRCS = Makefile \
compat_strsep.c \
config.h.post \
config.h.pre \
+ configure \
demandoc.1 \
demandoc.c \
eqn.7 \
@@ -390,7 +391,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)