summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/pdfjam/pdf90
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-11-19 00:11:53 +0000
committerKarl Berry <karl@freefriends.org>2019-11-19 00:11:53 +0000
commitdb76355f7b5a9e9c58d4bb71e9b44d96f6b72fa3 (patch)
tree3e395adc1da9237176fbd32020b49887226cb696 /Master/texmf-dist/scripts/pdfjam/pdf90
parente0f7e24187626cc11a2dfdb9f9e22660f0b536a9 (diff)
pdfjam (19nov19)
git-svn-id: svn://tug.org/texlive/trunk@52857 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/pdfjam/pdf90')
-rwxr-xr-xMaster/texmf-dist/scripts/pdfjam/pdf9011
1 files changed, 0 insertions, 11 deletions
diff --git a/Master/texmf-dist/scripts/pdfjam/pdf90 b/Master/texmf-dist/scripts/pdfjam/pdf90
deleted file mode 100755
index dde5df820bb..00000000000
--- a/Master/texmf-dist/scripts/pdfjam/pdf90
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-##
-## pdf90: A shell program to rotate pages of PDF files
-##
-## Author David Firth (http://go.warwick.ac.uk/dfirth)
-##
-## This is a simple wrapper for pdfjam, version 2.08
-##
-exec pdfjam --suffix rotated90 --angle 90 --fitpaper true --rotateoversize true "$@"
-
-