From e8a68936e9dbf3b407e6ccd2c7bc75fdaa7cbbb3 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Fri, 29 Jun 2012 11:08:01 +0100 Subject: Add 'all-nojs' target to the main trunk. This is an early import of a change from the forms branch to enable me to tweak the clusters mupdf build test line to avoid trying to build the js components for mupdf builds. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8a6b93de..082556ca 100644 --- a/Makefile +++ b/Makefile @@ -173,7 +173,9 @@ install: $(FITZ_LIB) $(MUVIEW) $(MUDRAW) $(MUBUSY) # --- Clean and Default --- -all: $(THIRD_LIBS) $(FITZ_LIB) $(MUVIEW) $(MUDRAW) $(MUBUSY) +all: all-nojs + +all-nojs: $(THIRD_LIBS) $(FITZ_LIB) $(MUVIEW) $(MUDRAW) $(MUBUSY) third: $(THIRD_LIBS) -- cgit v1.2.3