commit efc8878da41db84fbf487e1d71072c89fe51a527 parent e1f411443cff46a38db2e759fe31867d73a82b94 Author: lash <dev@holbrook.no> Date: Tue, 8 Mar 2022 09:47:40 +0000 Add import and list to man make Diffstat:
M | Makefile | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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