mirror of
https://github.com/php/web-doc.git
synced 2025-08-10 02:56:24 +00:00
10 lines
220 B
Bash
10 lines
220 B
Bash
#!/bin/sh
|
|
# Please read README.md in the same directory to get more info about filling in this file
|
|
|
|
PHP=@PHP@
|
|
SVNDIR=@SVNDIR@
|
|
DOCDIR=@DOCDIR@
|
|
DOCWEB=@DOCWEB@
|
|
SCRIPTSDIR=@SCRIPTSDIR@
|
|
SQLITEDIR=@SQLITEDIR@
|
|
SRCDIR=@SRCDIR@ |