build/debug/mutool gets built but it's not installed diff --git a/Makefile b/Makefile index 0371def..6169df2 100644 --- a/Makefile +++ b/Makefile @@ -212,7 +212,7 @@ install: $(FITZ_LIB) $(MUVIEW) $(MUDRAW) $(MUTOOL) install -d $(DESTDIR)$(bindir) $(DESTDIR)$(libdir) $(DESTDIR)$(incdir) $(DESTDIR)$(mandir)/man1 install $(FITZ_LIB) $(DESTDIR)$(libdir) install fitz/memento.h fitz/fitz.h pdf/mupdf.h xps/muxps.h cbz/mucbz.h $(DESTDIR)$(incdir) - install $(MUVIEW) $(MUDRAW) $(MUBUSY) $(DESTDIR)$(bindir) + install $(MUVIEW) $(MUDRAW) $(MUTOOL) $(DESTDIR)$(bindir) install $(wildcard apps/man/*.1) $(DESTDIR)$(mandir)/man1 # --- Clean and Default ---
Fixed in: commit 092461c105210cfc652984cd96e6c88aec545461 Author: Robin Watts <robin.watts@artifex.com> Date: Thu Feb 28 10:57:24 2013 +0000 Bug 693595: Fix typo in Makefile resulting in mutool not being installed. In the MUBUSY -> MUTOOL rename, one was missed. Thanks to Michael Weber. Many thanks!