Merged silc_1_0_branch to trunk.
[silc.git] / scripts / silcdoc / gen.sh
index b11cff5cee62b74e39734bf53dfcfda3c815733b..3fe9452afe96a069536cf6866e90cb1bfa0a2c68 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/sh
 
 cat << EOF > tmp.php
-<?php \$page="$2"; require "$1"; ?>
+<?php \$page="$4"; \$dest="$1"; \$type="$3"; require "$2"; ?>
 EOF
-php -f tmp.php >$3.tmp
-mv $3.tmp $3
+php -f tmp.php >"$5".tmp
+mv "$5".tmp "$5"
 rm -f tmp.php