4
0
mirror of git://holbrook.no/eth-monitor.git synced 2024-09-21 07:57:21 +02:00
eth-monitor/Makefile

11 lines
306 B
Makefile
Raw Normal View History

PREFIX ?= /usr/local
BUILD_DIR = build/$(PREFIX)/share/man
man:
mkdir -vp $(BUILD_DIR)
chainlib-man.py -b 0xbf -v -n eth-monitor -d $(BUILD_DIR)/ man
2022-03-08 10:47:40 +01:00
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