mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
fixed the new docs path
This commit is contained in:
parent
e92a10c36f
commit
f81e775954
@ -21,7 +21,11 @@ EXTRA_DIST = mkhelp.pl Makefile.vc6
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign no-dependencies
|
||||
|
||||
MANPAGE=$(top_srcdir)/docs/curl.1
|
||||
README=$(top_srcdir)/docs/README.curl
|
||||
MKHELP=$(top_srcdir)/src/mkhelp.pl
|
||||
|
||||
# This generates the hugehelp.c file
|
||||
hugehelp.c: $(top_srcdir)/README.curl $(top_srcdir)/curl.1 mkhelp.pl
|
||||
hugehelp.c: $(README) $(MANPAGE) mkhelp.pl
|
||||
rm -f hugehelp.c
|
||||
$(NROFF) -man $(top_srcdir)/curl.1 | $(PERL) $(top_srcdir)/src/mkhelp.pl $(top_srcdir)/README.curl > hugehelp.c
|
||||
$(NROFF) -man $(MANPAGE) | $(PERL) $(MKHELP) $(README) > hugehelp.c
|
||||
|
Loading…
Reference in New Issue
Block a user