shithub: epublish

ref: a58f0517af4ed0a30b1a6d2f239d796eaf059cb1
dir: /sample/mkfile/

View raw version
textsource=text
ebooksource=ebooksrc
mssource=mssrc
ebook=sample.epub
ms=sample.ms
bindir=..

MSARGS=-v 'firstheader=1'
EBOOKARGS=-v 'firstheader=1'

all:V: sample.pdf sample.epub

sample.pdf: sample.ms
	troff -ms <sample.ms | lp -dstdout | ps2pdf > $target

<../mkfile.tool