diff options
author | Remi Collet <remi@php.net> | 2018-08-16 06:54:57 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2018-08-16 06:54:57 +0200 |
commit | 2cdde35d0f9ce3c20d01a42dee1d852afc72a60f (patch) | |
tree | 51c0cd2caa25a8c309103fa0cc72e0e51c5fbf5f | |
parent | 56abfd2798bed7d33885900f07e5f0442b079616 (diff) | |
parent | 1f2f2c6b9671ea18404d30c0c30cb1c8b88d4e60 (diff) | |
download | php-git-2cdde35d0f9ce3c20d01a42dee1d852afc72a60f.tar.gz |
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
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 ..." |