From efc8878da41db84fbf487e1d71072c89fe51a527 Mon Sep 17 00:00:00 2001 From: lash Date: Tue, 8 Mar 2022 09:47:40 +0000 Subject: [PATCH] Add import and list to man make --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 245caa1..5f6c7c8 100644 --- a/Makefile +++ b/Makefile @@ -4,5 +4,7 @@ BUILD_DIR = build/$(PREFIX)/share/man man: mkdir -vp $(BUILD_DIR) chainlib-man.py -b 0xbf -v -n eth-monitor -d $(BUILD_DIR)/ man + chainlib-man.py -b 0xbf -v -n eth-monitor-list -d $(BUILD_DIR)/ man + chainlib-man.py -b 0xbf -v -n eth-monitor-import -d $(BUILD_DIR)/ man .PHONY: man