aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2018-01-31Drop "git pull" from the MakefileJakob Unterwurzacher
Technically has nothing to do with building, and fails and aborts the build if you don't have a tracking branch.
2017-12-16Makefile: force C.UTF-8 localeJakob Unterwurzacher
Fixes a Click / Python3 problem: RuntimeError: Click will abort further execution because Python 3 was configured to use ASCII as encoding for the environment. Either switch to Python 2 or consult http://click.pocoo.org/python3/ for mitigation steps.
2017-09-17Add htaccess redirects and testsJakob Unterwurzacher
2017-09-16Makefile: add "clean" targetJakob Unterwurzacher
2015-12-20Add Makefile for builing the siteJakob Unterwurzacher