1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

docs: use $(INSTALL_DATA) to install man page

Fixes #3518
Closes #3522
This commit is contained in:
Julian Z 2019-02-03 16:11:40 -08:00 committed by Daniel Stenberg
parent 53400f5a41
commit 2568441cab
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -95,7 +95,7 @@ SUFFIXES = .1 .html .pdf
# have changed.
$(abs_builddir)/curl.1:
if test "$(top_builddir)x" != "$(top_srcdir)x" -a -e "$(srcdir)/curl.1"; then \
cp -fp "$(srcdir)/curl.1" $@; fi
$(INSTALL_DATA) "$(srcdir)/curl.1" $@; fi
cd cmdline-opts && $(MAKE)
html: $(HTMLPAGES)