aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-08-06 22:14:39 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-08-06 22:14:39 +0000
commit38a9b14965c797f6763abb4f8a8a06113711260f (patch)
tree0ec83d98a30224c5a3729a8be81413ac69eec4a8 /src
parent77ba0d3686265862321d82e881ad3cfc4d52cf71 (diff)
chmod the hugehelp.c in the dist hook to make distcheck run fine
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 5a6e7bebd..5db53357a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -50,4 +50,5 @@ hugehelp.c: $(README) $(MANPAGE) mkhelp.pl
# for distribution, generate an uncompressed help file!
dist-hook:
+ chmod 0666 $(distdir)/hugehelp.c
$(NROFF) -man $(MANPAGE) | $(PERL) $(MKHELP) $(README) > $(distdir)/hugehelp.c