From fee2f3a48759f1581eb4a0c83815be9162ad5e4f Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 30 Dec 2014 17:30:07 +0100 Subject: Optionally validate URLs, enabled in new flightcheck mode. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 505254c..25079fe 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,4 @@ +# expensive checks enabled: make -B flightcheck=1 # Final document: make -B final=1 stem = eut @@ -17,6 +18,7 @@ localfilters = $(filter ./%,$(filters)) title = Ensuring utmost transparency subtitle = Free Software and Open Standards under the Rules of Procedure of the European Parliament env_filter += $(citeproc_file:%=PANDOC_CITEPROC_FILE=%) +env_filter += $(if $(flightcheck),NETWORK_TESTS=1) args_filter += $(filters:%=--filter %) args_meta += $(citeproc_file:%=-M bibliography=%) args_meta += -V lang=english -V langoption=variant=british -- cgit v1.2.3