shithub: epublish

ref: 7ae2d7eab48168c0503903fdf30004e5ce94933a
dir: /mkfile/

View raw version
BIN=/rc/bin/epublish
LIB=/lib/epublish
BINFILES=txt2ebook txt2ms

info:VQ:
	echo targets: install
	echo configuration:
	echo '   BIN='$BIN
	echo '   LIB='$LIB
	echo use mk '''BIN=/path''' to override

install:V:
	mkdir -p $BIN && cp $BINFILES $BIN
	mkdir $LIB && cp mkfile.tool $LIB/mkfile