Skip to content
Snippets Groups Projects
Commit 38a9b149 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

chmod the hugehelp.c in the dist hook to make distcheck run fine

parent 77ba0d36
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment