summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/generic/harftex/Makefile
blob: 8d568b2ff2c0e51fffc841dbb17e62610de453b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SHELL := /bin/bash

.PHONY: test.pdf test-latex.pdf

all: test.pdf test-latex.pdf

test.pdf: test.tex
	time harftex $<
	mutool clean -a -d $@ $@

test-latex.pdf: test-latex.tex
	time harflatex $<
	mutool clean -a -d $@ $@