change default dist directory to !out

This commit is contained in:
Václav Uruba 2023-09-09 23:06:09 +02:00
parent 96d663c2b2
commit 0e74eb2595
Signed by: uruba
GPG Key ID: 9D8E987C4B2E1E9C

View File

@ -2,7 +2,7 @@
DIR_ASSETS=${DIR_ASSETS:-assets}
DIR_CONTENT=${DIR_CONTENT:-in}
DIR_DIST=${DIR_DIST:-out}
DIR_DIST=${DIR_DIST:-!out}
TEMPLATE_HEADER=${TEMPLATE_HEADER:-templates/header.html}
TEMPLATE_FOOTER=${TEMPLATE_FOOTER:-templates/footer.html}
SOURCEDIR=$PWD