From: Daniel Stenberg Date: Wed, 6 Aug 2003 22:14:39 +0000 (+0000) Subject: chmod the hugehelp.c in the dist hook to make distcheck run fine X-Git-Tag: curl-7_10_7~104 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=38a9b14965c797f6763abb4f8a8a06113711260f;p=thirdparty%2Fcurl.git chmod the hugehelp.c in the dist hook to make distcheck run fine --- diff --git a/src/Makefile.am b/src/Makefile.am index 5a6e7bebd1..5db53357ae 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