mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Make sure to generate an uncompressed hugehelp.c file for inclusion in
the distribution archive, as it isn't sure zlib is present everywhere. Those who care much for compressed help should regenerate the file.
This commit is contained in:
parent
1c35cbcc07
commit
6809a906bb
@ -46,4 +46,8 @@ MKHELP=$(top_srcdir)/src/mkhelp.pl
|
||||
# This generates the hugehelp.c file
|
||||
hugehelp.c: $(README) $(MANPAGE) mkhelp.pl
|
||||
rm -f hugehelp.c
|
||||
$(NROFF) -man $(MANPAGE) | $(PERL) -s $(MKHELP) $(MKHELPOPT) $(README) > hugehelp.c
|
||||
$(NROFF) -man $(MANPAGE) | $(PERL) $(MKHELP) $(MKHELPOPT) $(README) > hugehelp.c
|
||||
|
||||
# for distribution, generate an uncompressed help file!
|
||||
dist-hook:
|
||||
$(NROFF) -man $(MANPAGE) | $(PERL) $(MKHELP) $(README) > $(distdir)/hugehelp.c
|
||||
|
Loading…
Reference in New Issue
Block a user