shithub: epublish

ref: 47a22cd6b3d3263203f0ab84b63b8b1450daeaf1
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