shithub: epublish

ref: 7ae2d7eab48168c0503903fdf30004e5ce94933a
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