diff options
| author | Bob Weinand <bobwei9@hotmail.com> | 2014-06-25 13:56:45 +0200 |
|---|---|---|
| committer | Bob Weinand <bobwei9@hotmail.com> | 2014-06-25 13:56:45 +0200 |
| commit | 09b2510df63c2538bc2933405c452ac94442e1be (patch) | |
| tree | 21bdbe6e00967f7af6c06cfffa604f313999bb57 /sapi/phpdbg/Makefile.frag | |
| parent | 78c3ca105b0e4d7429f5381a667973810b7be86e (diff) | |
| parent | 858b45d4ad86a9d1ec857e20cf8c8e33c15500c0 (diff) | |
| download | php-git-09b2510df63c2538bc2933405c452ac94442e1be.tar.gz | |
Merge sapi/phpdbg into PHP-5.6
Diffstat (limited to 'sapi/phpdbg/Makefile.frag')
| -rw-r--r-- | sapi/phpdbg/Makefile.frag | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sapi/phpdbg/Makefile.frag b/sapi/phpdbg/Makefile.frag index d787b0fb18..b276aaaa53 100644 --- a/sapi/phpdbg/Makefile.frag +++ b/sapi/phpdbg/Makefile.frag @@ -26,6 +26,9 @@ install-phpdbg: $(BUILD_BINARY) @$(mkinstalldirs) $(INSTALL_ROOT)$(localstatedir)/log @$(mkinstalldirs) $(INSTALL_ROOT)$(localstatedir)/run @$(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) sapi/phpdbg/phpdbg.1 $(INSTALL_ROOT)$(mandir)/man1/$(program_prefix)phpdbg$(program_suffix).1 clean-phpdbg: @echo "Cleaning phpdbg object files ..." |
