diff options
author | Xinchen Hui <laruence@gmail.com> | 2018-08-16 14:02:03 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2018-08-16 14:02:03 +0800 |
commit | ae926d89619a034f89bdda5c9f70d8ce59219050 (patch) | |
tree | b9ce9cc48e1e4b21652965bbbfefd5c6f1d6543d | |
parent | 6e7b381270d0a55d12c0e79db4f7b3108e9c27f5 (diff) | |
parent | 32477dea7093c9037f34e09fbee001a6b13bdab9 (diff) | |
download | php-git-ae926d89619a034f89bdda5c9f70d8ce59219050.tar.gz |
Merge branch 'PHP-7.3' of git.php.net:/php-src into PHP-7.3
* 'PHP-7.3' of git.php.net:/php-src:
fix man page installation
-rw-r--r-- | sapi/phpdbg/Makefile.frag | 2 |
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 ..." |