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:
Daniel Stenberg 2024-04-08 23:22:36 +02:00
parent 9eafc11552
commit b4e8183f52
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

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