mirror of
https://github.com/php/web-doc.git
synced 2025-08-13 14:40:31 +00:00

It was unused anyway after switching docs' howto to Markdown, so I thought it can be still utilized for PhD's Guide itself.
12 lines
237 B
Bash
12 lines
237 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@
|
|
PHDDIR=@PHDDIR@
|
|
SCRIPTSDIR=@SCRIPTSDIR@
|
|
SQLITEDIR=@SQLITEDIR@
|
|
SRCDIR=@SRCDIR@
|