Volker Wolfram <vol...@volker-wolfram.de> wrote:

> I'm using this command in my printing workflow:

[...]

> This is my workflow makefile:
> ---snip
> template = text
> default:
>       echo $(template)
> text:
>       groff -Tps -k -K utf-8 -dpaper¤l -P-pa4 -P-l -mm $(template).tr > 
> $(template).ps
>       ps2pdf14 $(template).ps
>       mupdf $(template).pdf
> print:
>       lpr -Prp $(template).ps

Perfect, thanks!

Morten



Reply via email to