Hi, this patch brings Makefile.solaris in sync with the other Makefiles: also install man pages on Solaris. --- Makefile.solaris | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Makefile.solaris b/Makefile.solaris index d48453b..76b2ed5 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 -- 1.7.3 Sebastian -- 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