4
0
mirror of git://holbrook.no/eth-monitor.git synced 2024-10-31 21:56:46 +01:00
eth-monitor/Makefile

13 lines
429 B
Makefile

PREFIX ?= /usr/local
#BUILD_DIR = build/$(PREFIX)/share/man
MAN_DIR = man
man:
mkdir -vp $(MAN_DIR)/build
chainlib-man.py -b 0xbf -v -n eth-monitor -d $(MAN_DIR)/build $(MAN_DIR)
cp -v $(MAN_DIR)/build/eth-monitor.1 $(MAN_DIR)/build/eth-monitor-sync.1
chainlib-man.py -b 0xbf -v -n eth-monitor-list -d $(MAN_DIR)/build $(MAN_DIR)
chainlib-man.py -b 0xbf -v -n eth-monitor-import -d $(MAN_DIR)/build $(MAN_DIR)
.PHONY: man