From 4fdfe78b49f4b42d7fad84a1cdfce58551ae5ae2 Mon Sep 17 00:00:00 2001 From: Thomas-Karl Pietrowski Date: Sat, 24 Jan 2015 18:49:06 +0100 Subject: [PATCH] en-/disable-ENDUSER_BUILD does not work --- doc/Makefile | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 9ab9eba7c..c92b4a9b6 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -126,14 +126,7 @@ linkcheck: @echo "Link check complete; look for any errors in the above output " \ "or in build/linkcheck/output.txt." -enable-ENDUSER_BUILD: - $(ENDUSER_BUILD) = yes - $(_TESTS) = - -disable-ENDUSER_BUILD: - $(ENDUSER_BUILD) = no - $(_TESTS) = _TEST - build-all: html pickle htmlhelp pdf ps gettext -test: disable-ENDUSER_BUILD build-all +# TODO: Make test run in non-enduser-build mode +test: build-all