summaryrefslogtreecommitdiff
path: root/sapi
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2018-08-16 06:53:56 +0200
committerRemi Collet <remi@php.net>2018-08-16 06:53:56 +0200
commit1f2f2c6b9671ea18404d30c0c30cb1c8b88d4e60 (patch)
tree5a60c61bbfa8bc64fe07df4290d28189304a5388 /sapi
parente20baee1366535f7758d8ac421821fd1e1f19e90 (diff)
downloadphp-git-1f2f2c6b9671ea18404d30c0c30cb1c8b88d4e60.tar.gz
fix man page installation
Since 91996e7ee504311ff4eca9dbd5840114f75acbad phpdbg.1 is in buildir, not in srcdir
Diffstat (limited to 'sapi')
-rw-r--r--sapi/phpdbg/Makefile.frag2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phpdbg/Makefile.frag b/sapi/phpdbg/Makefile.frag
index e0cdfe25ef..091b1e831c 100644
--- a/sapi/phpdbg/Makefile.frag
+++ b/sapi/phpdbg/Makefile.frag
@@ -28,7 +28,7 @@ install-phpdbg: $(BUILD_BINARY)
@$(INSTALL) -m 0755 $(BUILD_BINARY) $(INSTALL_ROOT)$(bindir)/$(program_prefix)phpdbg$(program_suffix)$(EXEEXT)
@echo "Installing phpdbg man page: $(INSTALL_ROOT)$(mandir)/man1/"
@$(mkinstalldirs) $(INSTALL_ROOT)$(mandir)/man1
- @$(INSTALL_DATA) $(srcdir)/phpdbg.1 $(INSTALL_ROOT)$(mandir)/man1/$(program_prefix)phpdbg$(program_suffix).1
+ @$(INSTALL_DATA) sapi/phpdbg/phpdbg.1 $(INSTALL_ROOT)$(mandir)/man1/$(program_prefix)phpdbg$(program_suffix).1
clean-phpdbg:
@echo "Cleaning phpdbg object files ..."