diff options
Diffstat (limited to 'Master/bin')
l--------- | Master/bin/alpha-linux/cachepic | 1 | ||||
l--------- | Master/bin/i386-cygwin/cachepic | 1 | ||||
l--------- | Master/bin/i386-linux/cachepic | 1 | ||||
l--------- | Master/bin/i386-netbsd/cachepic | 1 | ||||
l--------- | Master/bin/i386-solaris/cachepic | 1 | ||||
l--------- | Master/bin/mips-irix/cachepic | 1 | ||||
l--------- | Master/bin/powerpc-aix/cachepic | 1 | ||||
l--------- | Master/bin/powerpc-linux/cachepic | 1 | ||||
l--------- | Master/bin/sparc-linux/cachepic | 1 | ||||
l--------- | Master/bin/sparc-solaris/cachepic | 1 | ||||
l--------- | Master/bin/universal-darwin/cachepic | 1 | ||||
-rwxr-xr-x | Master/bin/win32/cachepic.cmd | 11 | ||||
l--------- | Master/bin/x86_64-linux/cachepic | 1 |
13 files changed, 23 insertions, 0 deletions
diff --git a/Master/bin/alpha-linux/cachepic b/Master/bin/alpha-linux/cachepic new file mode 120000 index 00000000000..f51faf9afc3 --- /dev/null +++ b/Master/bin/alpha-linux/cachepic @@ -0,0 +1 @@ +../../texmf-dist/scripts/cachepic/cachepic.tlu
\ No newline at end of file diff --git a/Master/bin/i386-cygwin/cachepic b/Master/bin/i386-cygwin/cachepic new file mode 120000 index 00000000000..f51faf9afc3 --- /dev/null +++ b/Master/bin/i386-cygwin/cachepic @@ -0,0 +1 @@ +../../texmf-dist/scripts/cachepic/cachepic.tlu
\ No newline at end of file diff --git a/Master/bin/i386-linux/cachepic b/Master/bin/i386-linux/cachepic new file mode 120000 index 00000000000..f51faf9afc3 --- /dev/null +++ b/Master/bin/i386-linux/cachepic @@ -0,0 +1 @@ +../../texmf-dist/scripts/cachepic/cachepic.tlu
\ No newline at end of file diff --git a/Master/bin/i386-netbsd/cachepic b/Master/bin/i386-netbsd/cachepic new file mode 120000 index 00000000000..f51faf9afc3 --- /dev/null +++ b/Master/bin/i386-netbsd/cachepic @@ -0,0 +1 @@ +../../texmf-dist/scripts/cachepic/cachepic.tlu
\ No newline at end of file diff --git a/Master/bin/i386-solaris/cachepic b/Master/bin/i386-solaris/cachepic new file mode 120000 index 00000000000..f51faf9afc3 --- /dev/null +++ b/Master/bin/i386-solaris/cachepic @@ -0,0 +1 @@ +../../texmf-dist/scripts/cachepic/cachepic.tlu
\ No newline at end of file diff --git a/Master/bin/mips-irix/cachepic b/Master/bin/mips-irix/cachepic new file mode 120000 index 00000000000..f51faf9afc3 --- /dev/null +++ b/Master/bin/mips-irix/cachepic @@ -0,0 +1 @@ +../../texmf-dist/scripts/cachepic/cachepic.tlu
\ No newline at end of file diff --git a/Master/bin/powerpc-aix/cachepic b/Master/bin/powerpc-aix/cachepic new file mode 120000 index 00000000000..f51faf9afc3 --- /dev/null +++ b/Master/bin/powerpc-aix/cachepic @@ -0,0 +1 @@ +../../texmf-dist/scripts/cachepic/cachepic.tlu
\ No newline at end of file diff --git a/Master/bin/powerpc-linux/cachepic b/Master/bin/powerpc-linux/cachepic new file mode 120000 index 00000000000..f51faf9afc3 --- /dev/null +++ b/Master/bin/powerpc-linux/cachepic @@ -0,0 +1 @@ +../../texmf-dist/scripts/cachepic/cachepic.tlu
\ No newline at end of file diff --git a/Master/bin/sparc-linux/cachepic b/Master/bin/sparc-linux/cachepic new file mode 120000 index 00000000000..f51faf9afc3 --- /dev/null +++ b/Master/bin/sparc-linux/cachepic @@ -0,0 +1 @@ +../../texmf-dist/scripts/cachepic/cachepic.tlu
\ No newline at end of file diff --git a/Master/bin/sparc-solaris/cachepic b/Master/bin/sparc-solaris/cachepic new file mode 120000 index 00000000000..f51faf9afc3 --- /dev/null +++ b/Master/bin/sparc-solaris/cachepic @@ -0,0 +1 @@ +../../texmf-dist/scripts/cachepic/cachepic.tlu
\ No newline at end of file diff --git a/Master/bin/universal-darwin/cachepic b/Master/bin/universal-darwin/cachepic new file mode 120000 index 00000000000..f51faf9afc3 --- /dev/null +++ b/Master/bin/universal-darwin/cachepic @@ -0,0 +1 @@ +../../texmf-dist/scripts/cachepic/cachepic.tlu
\ No newline at end of file diff --git a/Master/bin/win32/cachepic.cmd b/Master/bin/win32/cachepic.cmd new file mode 100755 index 00000000000..6aefa99c0d5 --- /dev/null +++ b/Master/bin/win32/cachepic.cmd @@ -0,0 +1,11 @@ +@echo off +setlocal enableextensions +if not defined LUA_EXE if exist "%~dp0lua.exe" set LUA_EXE=%~dp0lua.exe +for %%I in (lua.exe texlua.exe) do if not defined LUA_EXE set LUA_EXE=%%~$PATH:I +if not defined LUA_EXE goto :nolua +"%LUA_EXE%" "%~dp0cachepic.tlu" %* +goto :eof + +:nolua +echo %~nx0: could not locate lua nor texlua interpreter>&2 +exit /b 1
\ No newline at end of file diff --git a/Master/bin/x86_64-linux/cachepic b/Master/bin/x86_64-linux/cachepic new file mode 120000 index 00000000000..f51faf9afc3 --- /dev/null +++ b/Master/bin/x86_64-linux/cachepic @@ -0,0 +1 @@ +../../texmf-dist/scripts/cachepic/cachepic.tlu
\ No newline at end of file |