diff options
author | Robin Watts <robin.watts@artifex.com> | 2012-02-01 15:04:30 +0000 |
---|---|---|
committer | Robin Watts <robin@ghostscript.com> | 2012-02-02 00:16:48 +0000 |
commit | 16c575d5b9fb0ce4488cac07d2b09ccbcaaf95c9 (patch) | |
tree | 1d7cae4b8166d8434b5c8e3c605b30520b86d8a3 | |
parent | 8b696b191599e6cdfce05bf1252a2c1c0539e1ee (diff) | |
download | mupdf-16c575d5b9fb0ce4488cac07d2b09ccbcaaf95c9.tar.xz |
Fix Bug 692821: make mupdf install target install memento.h too
And mucbz.h.
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -156,8 +156,8 @@ mandir ?= $(prefix)/share/man 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) - install $(PDF_APPS) $(XPS_APPS) $(MUPDF) $(bindir) + install fitz/memento.h fitz/fitz.h pdf/mupdf.h xps/muxps.h $(incdir) + install cbz/mucbz.h $(PDF_APPS) $(XPS_APPS) $(MUPDF) $(bindir) install $(wildcard apps/man/*.1) $(mandir)/man1 # --- Clean and Default --- |