Files
php-web-doc/build-ops-sample
Sobak df31ed0e7e Build latest PhD's guide using PHP/HowTo format
It was unused anyway after switching docs' howto to Markdown,
so I thought it can be still utilized for PhD's Guide itself.
2016-12-11 08:51:54 +01:00

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@