mirror of
https://github.com/curl/curl.git
synced 2026-06-02 00:54:15 +03:00
chmod the hugehelp.c in the dist hook to make distcheck run fine
This commit is contained in:
parent
77ba0d3686
commit
38a9b14965
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue