Skip to content
Snippets Groups Projects
Verified Commit 9c78234b authored by Oto Šťáva's avatar Oto Šťáva
Browse files

Makefile: make Pelican fail on error

Definitely a sane default to not return non-zero on error... 🤦
parent 755aff02
1 merge request!123Quick fix
PELICAN=pelican
PELICANOPTS=
PELICANOPTS=--fatal errors
DEFAULT_LANG=$(shell python -c "`grep "^DEFAULT_LANG" pelicanconf.py`; print(DEFAULT_LANG)")
SITEURL=$(shell python -c "`grep "^SITEURL" pelicanconf.py`; print(SITEURL.replace('/', '\/'))")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment