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