pdftex[833] branches/stable/tests: update tests/16-nolink-special

commits+thanh at tug.org commits+thanh at tug.org
Thu Jun 11 23:51:11 CEST 2020


Revision: 833
          http://tug.org/svn/pdftex?view=revision&revision=833
Author:   thanh
Date:     2020-06-11 23:51:11 +0200 (Thu, 11 Jun 2020)
Log Message:
-----------
update tests/16-nolink-special

Modified Paths:
--------------
    branches/stable/tests/16-nolink-special/Makefile
    branches/stable/tests/Common.mak

Modified: branches/stable/tests/16-nolink-special/Makefile
===================================================================
--- branches/stable/tests/16-nolink-special/Makefile	2020-06-10 10:35:38 UTC (rev 832)
+++ branches/stable/tests/16-nolink-special/Makefile	2020-06-11 21:51:11 UTC (rev 833)
@@ -1,19 +1,22 @@
 # $Id$
 # 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
 
-#test-nolink:
-#	$(prog) test-nolink.tex
-
-# to see the LaTeX example.
-nolink-example:
-# footline is wrongly linked:
-	pdflatex nolink-example && mv nolink-example.pdf nolink-pdftex.pdf
+nolink-xetex:
 # footline is correctly not linked:
-	xelatex nolink-example && mv nolink-example.pdf nolink-xetex.pdf
+	xelatex nolink-xetex
 
+nolink-pdftex:
+	$(pdftex) -progname=pdflatex nolink-pdftex
+
+fmt:
+	$(pdftex) -ini -etex -env pdflatex.ini
+
 clean:
 	$(clean)

Modified: branches/stable/tests/Common.mak
===================================================================
--- branches/stable/tests/Common.mak	2020-06-10 10:35:38 UTC (rev 832)
+++ branches/stable/tests/Common.mak	2020-06-11 21:51:11 UTC (rev 833)
@@ -4,7 +4,7 @@
 # Common Makefile definitions to run pdftex from test hierarchy,
 # but use support files from an installation.
 
-tl = /usr/local/texlive-rel
+tl ?= /usr/local/texlive-rel
 tl_dist = $(tl)/texmf-dist
 #
 plain = $(tl_dist)/tex/plain/base
@@ -31,4 +31,4 @@
 prog = $(env) $(pdftex) -ini -interaction=nonstopmode
 
 # can't make the clean: target here since then it would be the default.
-clean = rm -f *.log *.pdf *.fmt *.aux
+clean = rm -f *.log *.pdf *.fmt *.aux *.out



More information about the pdftex-commits mailing list.