summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-06-02 13:47:02 +0200
committerTor Andersson <tor@ghostscript.com>2010-06-02 13:47:02 +0200
commitdd1de02e513d0a4316ee945cf950e3e7bf86d0a6 (patch)
treeb1f9429bf88f8532c8336d92b1a890a7864f98a6 /Makefile
parent21682e04056795a37a8a0667ba4d688cfad4c2da (diff)
downloadmupdf-dd1de02e513d0a4316ee945cf950e3e7bf86d0a6.tar.xz
Use make install rule to copy binaries to the debian/tmp hierarchy when generating package.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index af1dd874..f0d4b648 100644
--- a/Makefile
+++ b/Makefile
@@ -314,6 +314,7 @@ nuke:
rm -rf build
install: $(DIRS) $(APPS) $(MUPDF_LIB)
+ install -d $(prefix)/bin $(prefix)/lib $(prefix)/include
install $(APPS) $(prefix)/bin
install $(MUPDF_LIB) $(prefix)/lib
install $(MUPDF_HDR) $(prefix)/include