From f0290accd46ee45383b56b9acc9624f5707f6b0e Mon Sep 17 00:00:00 2001 From: Wouter Verhelst Date: Sat, 27 Oct 2018 18:38:26 +0000 Subject: Make the build fail on (useful) errors --- Makefile.common | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index b341ee1fc64..cf45e560073 100644 --- a/Makefile.common +++ b/Makefile.common @@ -11,6 +11,10 @@ else IGNORE = endif +# Turn this on to use (small) sample files for data that generated from +# cronjobs on the official website. +USE_SAMPLE_FILES := 0 + ENGLISHSRCDIR := $(WMLBASE)/../english ENGLISHDIR := $(ENGLISHSRCDIR) # ^ just an alias ^ -- cgit v1.2.3