Makefile.solaris: install man pages
authorSebastian Kayser <sebastian@skayser.de>
Wed, 24 Nov 2010 12:27:03 +0000 (13:27 +0100)
committerJens Axboe <jaxboe@fusionio.com>
Wed, 24 Nov 2010 12:27:03 +0000 (13:27 +0100)
This patch brings Makefile.solaris in sync with the other Makefiles.

Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
Makefile.solaris

index e7ff53cb057be1ddb6a082c29cd2f2e62985cb9a..3b499e497b92e87a273c4ec0d97c5e91631feccf 100644 (file)
@@ -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