From cfa0d42c795abf70a671d0a381e4fb45a3dba13d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 25 Apr 2016 20:46:03 +0000 Subject: pdftex doc for TL16: updates to manual, more tests, samplepdf(tex) at top level, pdfkeys and thanh/ext removed git-svn-id: svn://tug.org/texlive/trunk@40740 c570f23f-e606-0410-a88d-b1316a301751 --- .../pdftex/tests/04-pdfsuppressptexinfo/Makefile | 40 ++++++++++++++++++++++ .../pdftex/tests/04-pdfsuppressptexinfo/abc.tex | 10 ++++++ .../test-pdfinfoomitdate.tex | 4 +++ .../test-pdfsuppressptexinfo.tex | 18 ++++++++++ .../04-pdfsuppressptexinfo/test-pdftrailer.tex | 6 ++++ 5 files changed, 78 insertions(+) create mode 100644 Master/texmf-dist/doc/pdftex/tests/04-pdfsuppressptexinfo/Makefile create mode 100644 Master/texmf-dist/doc/pdftex/tests/04-pdfsuppressptexinfo/abc.tex create mode 100644 Master/texmf-dist/doc/pdftex/tests/04-pdfsuppressptexinfo/test-pdfinfoomitdate.tex create mode 100644 Master/texmf-dist/doc/pdftex/tests/04-pdfsuppressptexinfo/test-pdfsuppressptexinfo.tex create mode 100644 Master/texmf-dist/doc/pdftex/tests/04-pdfsuppressptexinfo/test-pdftrailer.tex (limited to 'Master/texmf-dist/doc/pdftex/tests/04-pdfsuppressptexinfo') diff --git a/Master/texmf-dist/doc/pdftex/tests/04-pdfsuppressptexinfo/Makefile b/Master/texmf-dist/doc/pdftex/tests/04-pdfsuppressptexinfo/Makefile new file mode 100644 index 00000000000..6e176ae9742 --- /dev/null +++ b/Master/texmf-dist/doc/pdftex/tests/04-pdfsuppressptexinfo/Makefile @@ -0,0 +1,40 @@ +# $Id: Makefile 740 2016-04-23 15:08:37Z karl $ +# Public domain. + +include ../Common.mak + +all: abc-diff testptex-diff testdate-diff testtrailer-diff + +abc abc.pdf: + $(env) $(prog) '\pdfsuppressptexinfo=1\input' abc.tex