summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-06-01 14:34:29 +0200
committerSebastian Rasmussen <sebras@gmail.com>2017-06-15 22:17:23 +0800
commit272edebc330b2b26e4ce4a4e4fc2e3b62b2e467e (patch)
tree6a37dc7f5878019fa16c3f81fdc935ce85aa460e /Makefile
parent16c9143f92db0d896e0e8decea67e71a5497ad69 (diff)
downloadmupdf-272edebc330b2b26e4ce4a4e4fc2e3b62b2e467e.tar.xz
Update 'make install' for new documentation layout.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7531d392..46dcf021 100644
--- a/Makefile
+++ b/Makefile
@@ -450,7 +450,10 @@ install: libs apps
install docs/man/*.1 $(DESTDIR)$(mandir)/man1
install -d $(DESTDIR)$(docdir)
- install README COPYING CHANGES docs/*.txt $(DESTDIR)$(docdir)
+ install -d $(DESTDIR)$(docdir)/examples
+ install README COPYING CHANGES $(DESTDIR)$(docdir)
+ install docs/*.html docs/*.css docs/*.png $(DESTDIR)$(docdir)
+ install docs/examples/* $(DESTDIR)$(docdir)/examples
tarball:
bash scripts/archive.sh