From d3624ff9d699e1c56b745083d5e8c4a3e009f934 Mon Sep 17 00:00:00 2001 From: Sebastian Kayser Date: Wed, 24 Nov 2010 13:27:03 +0100 Subject: [PATCH 1/1] Makefile.solaris: install man pages This patch brings Makefile.solaris in sync with the other Makefiles. Signed-off-by: Jens Axboe --- Makefile.solaris | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.solaris b/Makefile.solaris index e7ff53cb..3b499e49 100644 --- a/Makefile.solaris +++ b/Makefile.solaris @@ -51,3 +51,6 @@ cscope: install: $(PROGS) $(SCRIPTS) $(INSTALL) -m755 -d $(DESTDIR)$(bindir) $(INSTALL) $(PROGS) $(SCRIPTS) $(DESTDIR)$(bindir) + $(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/man1 + $(INSTALL) -m 644 fio.1 $(DESTDIR)$(mandir)/man1 + $(INSTALL) -m 644 fio_generate_plots.1 $(DESTDIR)$(mandir)/man1 -- 2.25.1