summaryrefslogtreecommitdiff
path: root/sapi/fpm/Makefile.frag
diff options
context:
space:
mode:
authorJérôme Loyet <fat@php.net>2010-07-29 22:07:00 +0000
committerJérôme Loyet <fat@php.net>2010-07-29 22:07:00 +0000
commit51dd4c2febec1eafe7d32b7b4c2dc32d782cafb0 (patch)
tree2369f767fe2b1cbe691cab7e3dcf0fb5d8e10dfc /sapi/fpm/Makefile.frag
parent197ab331eb407e74070cd7cd9089d0e60630e118 (diff)
downloadphp-git-51dd4c2febec1eafe7d32b7b4c2dc32d782cafb0.tar.gz
- Fixed bug #52476 (move php-fpm man page from section 1 to section 8)
Diffstat (limited to 'sapi/fpm/Makefile.frag')
-rw-r--r--sapi/fpm/Makefile.frag6
1 files changed, 3 insertions, 3 deletions
diff --git a/sapi/fpm/Makefile.frag b/sapi/fpm/Makefile.frag
index 0f1964ee67..0859ef10ca 100644
--- a/sapi/fpm/Makefile.frag
+++ b/sapi/fpm/Makefile.frag
@@ -22,7 +22,7 @@ install-fpm: install-sapi
@$(INSTALL_DATA) sapi/fpm/php-fpm.conf $(INSTALL_ROOT)$(sysconfdir)/php-fpm.conf.default || :
- @echo "Installing PHP FPM man page: $(INSTALL_ROOT)$(mandir)/man1/"
- @$(mkinstalldirs) $(INSTALL_ROOT)$(mandir)/man1
- @$(INSTALL_DATA) sapi/fpm/php-fpm.1 $(INSTALL_ROOT)$(mandir)/man1/php-fpm$(program_suffix).1
+ @echo "Installing PHP FPM man page: $(INSTALL_ROOT)$(mandir)/man8/"
+ @$(mkinstalldirs) $(INSTALL_ROOT)$(mandir)/man8
+ @$(INSTALL_DATA) sapi/fpm/php-fpm.8 $(INSTALL_ROOT)$(mandir)/man8/php-fpm$(program_suffix).8