1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

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

This commit is contained in:
Daniel Stenberg 2003-08-06 22:14:39 +00:00
parent 77ba0d3686
commit 38a9b14965

View File

@ -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