31 lines
1.0 KiB
Diff
31 lines
1.0 KiB
Diff
From 77be335d8b09afa662eb0965b9b18a6105fa9dcc Mon Sep 17 00:00:00 2001
|
|
From: John Kacur <jkacur@redhat.com>
|
|
Date: Tue, 18 Sep 2018 02:30:00 +0200
|
|
Subject: [PATCH] rt-tests: manpages: Modify makefile for queuelat.8 and
|
|
pip_stress.8
|
|
|
|
Modify the manpage to include queuelat.8 and pip_stress.8 for the
|
|
install
|
|
|
|
Signed-off-by: John Kacur <jkacur@redhat.com>
|
|
---
|
|
Makefile | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/Makefile b/Makefile
|
|
index 8b08385890fe..5447ca9de108 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -193,6 +193,8 @@ install: all install_hwlatdetect
|
|
gzip -c src/backfire/sendme.8 >"$(DESTDIR)$(mandir)/man8/sendme.8.gz"
|
|
gzip -c src/hackbench/hackbench.8 >"$(DESTDIR)$(mandir)/man8/hackbench.8.gz"
|
|
gzip -c src/signaltest/signaltest.8 >"$(DESTDIR)$(mandir)/man8/signaltest.8.gz"
|
|
+ gzip -c src/pi_tests/pip_stress.8 >"$(DESTDIR)$(mandir)/man8/pip_stress.8.gz"
|
|
+ gzip -c src/queuelat/queuelat.8 >"$(DESTDIR)$(mandir)/man8/queuelat.8.gz"
|
|
|
|
.PHONY: install_hwlatdetect
|
|
install_hwlatdetect: hwlatdetect
|
|
--
|
|
2.14.4
|
|
|