diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-01-04 14:45:54 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-01-04 14:45:54 +0000 |
commit | f6c84f5a74a7329c253e2b8778bde01c132ca5b5 (patch) | |
tree | b03301008320582bd502d952f18ffc3713c10179 /Makefile | |
parent | 3605272b0a7a255f8cc252e76c45d982fa7ae9f6 (diff) | |
download | mandoc-f6c84f5a74a7329c253e2b8778bde01c132ca5b5.tar.gz |
Put ./configure into the distributin tarball.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) |