From 272edebc330b2b26e4ce4a4e4fc2e3b62b2e467e Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 1 Jun 2017 14:34:29 +0200 Subject: Update 'make install' for new documentation layout. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3