should be upstream, but not included here http://bugs.ghostscript.com/show_bug.cgi?id=693595#c1 --- mupdf-1.2-source/Makefile +++ mupdf-1.2-source/Makefile @@ -212,7 +212,7 @@ 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 ---