mirror of
https://github.com/curl/curl.git
synced 2026-05-30 03:47:27 +03:00
src/Makefile.am: access curl.txt using a relative path, not abs
... to make it work when mounted using different mount points. Like when generated/used inside and outside of a docker image. Closes #13320
This commit is contained in:
parent
9eafc11552
commit
b4e8183f52
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ EXTRA_DIST = mkhelp.pl \
|
|||
Makefile.mk curl.rc Makefile.inc CMakeLists.txt .checksrc
|
||||
|
||||
# Use absolute directory to disable VPATH
|
||||
ASCIIPAGE=$(abs_top_builddir)/docs/cmdline-opts/curl.txt
|
||||
ASCIIPAGE=$(top_builddir)/docs/cmdline-opts/curl.txt
|
||||
MKHELP=$(top_srcdir)/src/mkhelp.pl
|
||||
HUGE=tool_hugehelp.c
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue