summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2012-06-29 11:08:01 +0100
committerRobin Watts <robin.watts@artifex.com>2012-06-29 11:09:32 +0100
commite8a68936e9dbf3b407e6ccd2c7bc75fdaa7cbbb3 (patch)
tree0f046893037003f3f2b5f7644f4a78d814bc14b9 /Makefile
parent293c530bfd409cc2db927bb64d4a3bf48cf76563 (diff)
downloadmupdf-e8a68936e9dbf3b407e6ccd2c7bc75fdaa7cbbb3.tar.xz
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
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)