aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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)