The following changes since commit 78e51c7279a93d3f6200d58a72a813c3ba852c2e: solaris: log error for failure to enable direct IO (2010-11-23 11:12:39 +0100) are available in the git repository at: git://git.kernel.dk/fio.git master Sebastian Kayser (1): Makefile.solaris: install man pages Makefile.solaris | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) --- Diff of recent changes: diff --git a/Makefile.solaris b/Makefile.solaris index e7ff53c..3b499e4 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 -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html