Lacking Natural Simplicity

Random musings on books, code, and tabletop games.

GNUmakefile.pandoc-digest-pipeline (Source)

%.digest.ms.pdf : %.rst
pandoc -s -r rst -w ms -s --template=digest2 $(VARIABLES) \
               --output=- $< | \
pdfroff -ms -mpdfmark -e -t -k -KUTF-8 --no-toc-relocation \
-P-p8.5i,5.5i - >$@