summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2010-10-21 08:52:46 +0200
committerOndřej Surý <ondrej@sury.org>2010-10-21 08:52:46 +0200
commit01fcdff3849c3691d9aaeaab735846ab6d8895ca (patch)
tree6460876d356113fa7053df36f2aa00baa7db24a9 /scripts
parent855a09f4eded707941180c9d90acd17c25e29447 (diff)
downloadphp-upstream/5.3.3.tar.gz
Imported Upstream version 5.3.3upstream/5.3.3
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.frag1
-rwxr-xr-xscripts/dev/credits1
-rw-r--r--scripts/man1/php-config.1.in5
-rw-r--r--scripts/man1/phpize.1.in7
4 files changed, 7 insertions, 7 deletions
diff --git a/scripts/Makefile.frag b/scripts/Makefile.frag
index 632cbb00d..00272b02b 100644
--- a/scripts/Makefile.frag
+++ b/scripts/Makefile.frag
@@ -33,6 +33,7 @@ install-build:
install-programs: $(builddir)/phpize $(builddir)/php-config
@echo "Installing helper programs: $(INSTALL_ROOT)$(bindir)/"
+ @$(mkinstalldirs) $(INSTALL_ROOT)$(bindir)
@for prog in $(bin_SCRIPTS); do \
echo " program: $(program_prefix)$${prog}$(program_suffix)"; \
$(INSTALL) -m 755 $(builddir)/$${prog} $(INSTALL_ROOT)$(bindir)/$(program_prefix)$${prog}$(program_suffix); \
diff --git a/scripts/dev/credits b/scripts/dev/credits
index f99c0316a..801637cd1 100755
--- a/scripts/dev/credits
+++ b/scripts/dev/credits
@@ -23,4 +23,5 @@ END
# Do not process skeleton #
files=`find "$what" -name CREDITS | grep -v "$what"/skeleton/CREDITS`
awk "$awkprog" $files | sort -f | uniq >> $file
+ echo "Updated $file"
done
diff --git a/scripts/man1/php-config.1.in b/scripts/man1/php-config.1.in
index b90007902..2e49bfac8 100644
--- a/scripts/man1/php-config.1.in
+++ b/scripts/man1/php-config.1.in
@@ -1,6 +1,5 @@
-.TH php\-config 1 "2006" "The PHP Group" "Scripting Language"
+.TH php\-config 1 "2010" "The PHP Group" "Scripting Language"
.SH NAME
-.TP 15
php\-config \- get information about PHP configuration and compile options
.SH SYNOPSIS
.B php\-config
@@ -62,7 +61,7 @@ PHP version as integer
.SH VERSION INFORMATION
This manpage describes \fBphp\fP, version @PHP_VERSION@.
.SH COPYRIGHT
-Copyright \(co 1997\-2006 The PHP Group
+Copyright \(co 1997\-2010 The PHP Group
.LP
This source file is subject to version 3.01 of the PHP license,
that is bundled with this package in the file LICENSE, and is
diff --git a/scripts/man1/phpize.1.in b/scripts/man1/phpize.1.in
index 2762304c8..8f62f867b 100644
--- a/scripts/man1/phpize.1.in
+++ b/scripts/man1/phpize.1.in
@@ -1,7 +1,6 @@
-.TH phpize 1 "2006" "The PHP Group" "Scripting Language"
+.TH phpize 1 "2010" "The PHP Group" "Scripting Language"
.SH NAME
-.TP 15
-phpize - prepare a PHP extension for compiling
+phpize \- prepare a PHP extension for compiling
.SH SYNOPSIS
.B phpize
[options]
@@ -33,7 +32,7 @@ Prints API version information
.SH VERSION INFORMATION
This manpage describes \fBphp\fP, version @PHP_VERSION@.
.SH COPYRIGHT
-Copyright \(co 1997\-2006 The PHP Group
+Copyright \(co 1997\-2010 The PHP Group
.LP
This source file is subject to version 3.01 of the PHP license,
that is bundled with this package in the file LICENSE, and is