sniper Tue Feb 11 23:04:36 2003 EDT
Modified files:
/php4/sapi/cli config.m4 Makefile.frag
Log:
- Added the man page installation
Index: php4/sapi/cli/config.m4
diff -u php4/sapi/cli/config.m4:1.14 php4/sapi/cli/config.m4:1.15
--- php4/sapi/cli/config.m4:1.14 Fri Dec 20 05:12:15 2002
+++ php4/sapi/cli/config.m4 Tue Feb 11 23:04:35 2003
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.14 2002/12/20 10:12:15 edink Exp $
+dnl $Id: config.m4,v 1.15 2003/02/12 04:04:35 sniper Exp $
dnl
AC_MSG_CHECKING(for CLI build)
@@ -14,7 +14,7 @@
])
if test "$PHP_SAPI_CLI" != "no"; then
- PHP_ADD_MAKEFILE_FRAGMENT($abs_srcdir/sapi/cli/Makefile.frag)
+
+PHP_ADD_MAKEFILE_FRAGMENT($abs_srcdir/sapi/cli/Makefile.frag,$abs_srcdir/sapi/cli,sapi/cli)
SAPI_CLI_PATH=sapi/cli/php
PHP_SUBST(SAPI_CLI_PATH)
Index: php4/sapi/cli/Makefile.frag
diff -u php4/sapi/cli/Makefile.frag:1.1 php4/sapi/cli/Makefile.frag:1.2
--- php4/sapi/cli/Makefile.frag:1.1 Sun Sep 29 12:22:48 2002
+++ php4/sapi/cli/Makefile.frag Tue Feb 11 23:04:36 2003
@@ -4,4 +4,6 @@
install-cli: $(SAPI_CLI_PATH)
@echo "Installing PHP CLI binary: $(INSTALL_ROOT)$(bindir)/"
@$(INSTALL_CLI)
-
+ @echo "Installing PHP CLI man page: $(INSTALL_ROOT)$(mandir)/man1/"
+ @$(mkinstalldirs) $(INSTALL_ROOT)$(mandir)/man1
+ @$(INSTALL_DATA) $(srcdir)/php.1 $(INSTALL_ROOT)$(mandir)/man1/php.1
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php