From: Sebastian Kayser Date: Wed, 24 Nov 2010 12:27:03 +0000 (+0100) Subject: Makefile.solaris: install man pages X-Git-Tag: fio-1.44.3~5^2~1 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=d3624ff9d699e1c56b745083d5e8c4a3e009f934;hp=78e51c7279a93d3f6200d58a72a813c3ba852c2e Makefile.solaris: install man pages This patch brings Makefile.solaris in sync with the other Makefiles. Signed-off-by: Jens Axboe --- 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