From b59ab2490b1bb82dc1d0b58d89584182b405d0a0 Mon Sep 17 00:00:00 2001 From: xue <> Date: Mon, 19 Jun 2006 02:31:27 +0000 Subject: build script update. Fixed #82 and #165. --- buildscripts/PhpDocumentor/phpdoc | 52 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 buildscripts/PhpDocumentor/phpdoc (limited to 'buildscripts/PhpDocumentor/phpdoc') diff --git a/buildscripts/PhpDocumentor/phpdoc b/buildscripts/PhpDocumentor/phpdoc new file mode 100644 index 00000000..725b5aaf --- /dev/null +++ b/buildscripts/PhpDocumentor/phpdoc @@ -0,0 +1,52 @@ +#!/bin/sh +PHP=`which php` +exec $PHP -C -q -d output_buffering=1 $0 $@ + -- cgit v1.2.3