summaryrefslogtreecommitdiff
path: root/systems/doc/pdftex/tests/16-nolink-special/Makefile
blob: f4880f209f51a992c3668d805a6c4348fdd1f8f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $Id: Makefile 833 2020-06-11 21:51:11Z thanh $
# Public domain.

# set texlive location; can be done here, or via env. variable
# tl = ~/IdeaProjects/texlive/Master

include ../Common.mak

default: #test-nolink-not-yet-written

nolink-xetex:
# footline is correctly not linked:
	xelatex nolink-xetex

nolink-pdftex:
	$(pdftex) -progname=pdflatex nolink-pdftex

fmt:
	$(pdftex) -ini -etex -env pdflatex.ini

clean:
	$(clean)