summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2011-04-29 21:56:09 +0200
committerTor Andersson <tor.andersson@artifex.com>2011-04-29 21:56:09 +0200
commit1b359f4303e9bd7290bdce9596b6e3720450b8e7 (patch)
tree27ce0b37018053f40b781fefe35075ee96332ada
parent994a6e3862a8f0e367c857188047b77c3fba354d (diff)
downloadmupdf-1b359f4303e9bd7290bdce9596b6e3720450b8e7.tar.xz
Makefile: Fix dependencies for 'install' target.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0e61a9eb..97d3f363 100644
--- a/Makefile
+++ b/Makefile
@@ -143,7 +143,7 @@ libdir ?= $(prefix)/lib
incdir ?= $(prefix)/include
mandir ?= $(prefix)/share/man
-install: $(MUXPS_LIB) $(MUPDF_LIB) $(FITZ_LIB) $(APPS)
+install: $(MUXPS_LIB) $(MUPDF_LIB) $(FITZ_LIB) $(PDF_APPS) $(XPS_APPS) $(MUPDF)
install -d $(bindir) $(libdir) $(incdir) $(mandir)/man1
install $(MUXPS_LIB) $(MUPDF_LIB) $(FITZ_LIB) $(libdir)
install fitz/fitz.h pdf/mupdf.h xps/muxps.h $(incdir)