chainlib-eth

Ethereum implementation of the chainlib interface
Log | Files | Refs | README | LICENSE

commit a3081367db4a38812c4bc9458f7a099e01d9c987
parent d49e3dd6ecf8f953fa47e667f247d5ac4cb739a5
Author: lash <dev@holbrook.no>
Date:   Wed, 23 Feb 2022 13:16:04 +0000

Add makefile for man

Diffstat:
AMakefile | 10++++++++++
Dman/gas.env.overrides | 1-
2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -0,0 +1,10 @@ +PREFIX ?= /usr/local +BUILD_DIR = build/$(PREFIX)/share/man + +man: + mkdir -vp $(BUILD_DIR) + chainlib-man.py -b`PYTHONPATH=. python chainlib/eth/runnable/flags.py gas` -n eth-gas -d $(BUILD_DIR)/ man/gas.head.groff + chainlib-man.py -b`PYTHONPATH=. python chainlib/eth/runnable/flags.py info` -n eth-info -d $(BUILD_DIR)/ man/info.head.groff + + +.PHONY: man diff --git a/man/gas.env.overrides b/man/gas.env.overrides @@ -1 +0,0 @@ -WALLET_KEY_FILE foobar baz