mirror of
https://github.com/php/web-doc.git
synced 2025-08-01 16:41:32 +00:00
11 lines
223 B
Bash
11 lines
223 B
Bash
#!/bin/sh
|
|
# Please read README.md in the same directory to get more info about filling in this file
|
|
|
|
PHP=@PHP@
|
|
GIT_DIR=@GITDIR@
|
|
DOCWEB=@DOCWEB@
|
|
PHDDIR=@PHDDIR@
|
|
SCRIPTSDIR=@SCRIPTSDIR@
|
|
SQLITE_DIR=@SQLITEDIR@
|
|
SRCDIR=@SRCDIR@
|