27 lines
615 B
Diff
27 lines
615 B
Diff
From a79530b6d77456b304c58f7ea706bef869fa00a0 Mon Sep 17 00:00:00 2001
|
|
From: Paride Legovini <pl@ninthfloor.org>
|
|
Date: Sun, 21 Jul 2019 12:18:49 +0200
|
|
Subject: [PATCH 08/53] Add irqbalance-ui.1 to dist_man_MANS
|
|
|
|
---
|
|
Makefile.am | 3 +++
|
|
1 file changed, 3 insertions(+)
|
|
|
|
diff --git a/Makefile.am b/Makefile.am
|
|
index abf1e8d..73988b3 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -47,6 +47,9 @@ irqbalance_ui_LDADD = $(GLIB2_LIBS) $(CURSES_LIBS)
|
|
endif
|
|
|
|
dist_man_MANS = irqbalance.1
|
|
+if IRQBALANCEUI
|
|
+dist_man_MANS += irqbalance-ui.1
|
|
+endif
|
|
|
|
CONFIG_CLEAN_FILES = debug*.list config/*
|
|
clean-generic:
|
|
--
|
|
2.23.0
|
|
|