Flexible I/O Tester development
 help / color / mirror / Atom feed
* [PATCH] Makefile.solaris: install man pages
@ 2010-11-24 12:16 Sebastian Kayser
  2010-11-24 12:27 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Sebastian Kayser @ 2010-11-24 12:16 UTC (permalink / raw)
  To: fio

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Makefile.solaris: install man pages
  2010-11-24 12:16 [PATCH] Makefile.solaris: install man pages Sebastian Kayser
@ 2010-11-24 12:27 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2010-11-24 12:27 UTC (permalink / raw)
  To: Sebastian Kayser; +Cc: fio

On 2010-11-24 13:16, Sebastian Kayser wrote:
> this patch brings Makefile.solaris in sync with the other Makefiles:
> also install man pages on Solaris.

Thanks, applied.

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-11-24 12:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-24 12:16 [PATCH] Makefile.solaris: install man pages Sebastian Kayser
2010-11-24 12:27 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox