mirror of
git://holbrook.no/eth-monitor.git
synced 2024-11-21 12:06:45 +01:00
Add import and list to man make
This commit is contained in:
parent
e1f411443c
commit
efc8878da4
2
Makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user