Add import and list to man make

This commit is contained in:
lash 2022-03-08 09:47:40 +00:00
parent e1f411443c
commit efc8878da4
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
1 changed files with 2 additions and 0 deletions

View File

@ -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