From 38a9b14965c797f6763abb4f8a8a06113711260f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 6 Aug 2003 22:14:39 +0000 Subject: [PATCH] chmod the hugehelp.c in the dist hook to make distcheck run fine --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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