summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-06-16 22:46:18 +0000
committerKarl Berry <karl@freefriends.org>2015-06-16 22:46:18 +0000
commita024e14b76030d1d348a7d1cd8910fd8dfd91975 (patch)
treea616503ed47a960997fd50212ab732e364bae85b /Build
parent428e79a48f8e31eab93f621bec58059e07959511 (diff)
pdfbook2: no windows wrapper since relies on sh scripts
git-svn-id: svn://tug.org/texlive/trunk@37578 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/texlive/linked_scripts/Makefile.am4
-rw-r--r--Build/source/texk/texlive/linked_scripts/Makefile.in2
2 files changed, 4 insertions, 2 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/Makefile.am b/Build/source/texk/texlive/linked_scripts/Makefile.am
index 3f84ef1b853..f07382c7187 100644
--- a/Build/source/texk/texlive/linked_scripts/Makefile.am
+++ b/Build/source/texk/texlive/linked_scripts/Makefile.am
@@ -47,6 +47,8 @@ installdirs-local:
##
## Some /bin/sh scripts are listed as `other' or `context'
## scripts because they are correctly handled by the wrapper binaries.
+## Conversely, some non-sh scripts are listed as `shell' because they
+## depend on shell scripts or otherwise aren't useful on Windows.
##
texmf_scriptsdir = $(datarootdir)/texmf-dist/scripts
texmf_shell_scripts = \
@@ -59,6 +61,7 @@ texmf_shell_scripts = \
listings-ext/listings-ext.sh \
ltxfileinfo/ltxfileinfo \
lua2dox/lua2dox_filter \
+ pdfbook2/pdfbook2 \
pdfjam/pdf180 \
pdfjam/pdf270 \
pdfjam/pdf90 \
@@ -140,7 +143,6 @@ texmf_other_scripts = \
musixtex/musixtex.lua \
oberdiek/pdfatfi.pl \
pax/pdfannotextractor.pl \
- pdfbook2/pdfbook2 \
pdfcrop/pdfcrop.pl \
pedigree-perl/pedigree.pl \
perltex/perltex.pl \
diff --git a/Build/source/texk/texlive/linked_scripts/Makefile.in b/Build/source/texk/texlive/linked_scripts/Makefile.in
index a5650b423ac..17722f20426 100644
--- a/Build/source/texk/texlive/linked_scripts/Makefile.in
+++ b/Build/source/texk/texlive/linked_scripts/Makefile.in
@@ -276,6 +276,7 @@ texmf_shell_scripts = \
listings-ext/listings-ext.sh \
ltxfileinfo/ltxfileinfo \
lua2dox/lua2dox_filter \
+ pdfbook2/pdfbook2 \
pdfjam/pdf180 \
pdfjam/pdf270 \
pdfjam/pdf90 \
@@ -358,7 +359,6 @@ texmf_other_scripts = \
musixtex/musixtex.lua \
oberdiek/pdfatfi.pl \
pax/pdfannotextractor.pl \
- pdfbook2/pdfbook2 \
pdfcrop/pdfcrop.pl \
pedigree-perl/pedigree.pl \
perltex/perltex.pl \