diff options
author | foobar <sniper@php.net> | 2005-10-13 10:02:59 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-10-13 10:02:59 +0000 |
commit | 3fbee80f3518b759a618dfc9004342dfe0696892 (patch) | |
tree | c786749125d066064a044995cf65597ba6862135 /sapi | |
parent | 428006f54d90daa400969bb8a3958d59e2b72355 (diff) | |
download | php-git-3fbee80f3518b759a618dfc9004342dfe0696892.tar.gz |
- Fixed bug #34850 (--program-suffix and --program-prefix not included in man page names)
Diffstat (limited to 'sapi')
-rw-r--r-- | sapi/cli/Makefile.frag | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cli/Makefile.frag b/sapi/cli/Makefile.frag index 5db4c68baf..6903ca1fc0 100644 --- a/sapi/cli/Makefile.frag +++ b/sapi/cli/Makefile.frag @@ -8,4 +8,4 @@ install-cli: $(SAPI_CLI_PATH) @$(INSTALL_CLI) @echo "Installing PHP CLI man page: $(INSTALL_ROOT)$(mandir)/man1/" @$(mkinstalldirs) $(INSTALL_ROOT)$(mandir)/man1 - @$(INSTALL_DATA) $(builddir)/php.1 $(INSTALL_ROOT)$(mandir)/man1/php.1 + @$(INSTALL_DATA) $(builddir)/php.1 $(INSTALL_ROOT)$(mandir)/man1/$(program_prefix)php$(program_suffix).1 |