From 481631b97b21dd0eda4720f6e03912217bcf9281 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 30 Jan 2008 19:53:36 +0000 Subject: move demos to tlpkg/doc git-svn-id: svn://tug.org/texlive/trunk@6452 c570f23f-e606-0410-a88d-b1316a301751 --- Master/bin/win32/demo | 5 ----- Master/bin/win32/demo.bat | 17 ----------------- 2 files changed, 22 deletions(-) delete mode 100755 Master/bin/win32/demo delete mode 100755 Master/bin/win32/demo.bat (limited to 'Master/bin') diff --git a/Master/bin/win32/demo b/Master/bin/win32/demo deleted file mode 100755 index a92e505a1bc..00000000000 --- a/Master/bin/win32/demo +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env perl -use Config; -v:\print "INC:\n ".(join "\n ", @INC)."\n"; -print "Extension: ".$Config{'exe_ext'}."\n"; -print "Parameters: >".(join "< >", @ARGV)."<\n"; diff --git a/Master/bin/win32/demo.bat b/Master/bin/win32/demo.bat deleted file mode 100755 index 4cf04f380c0..00000000000 --- a/Master/bin/win32/demo.bat +++ /dev/null @@ -1,17 +0,0 @@ -@echo off - -rem TeX Live win32 bin directory; ends with backslash -rem This should also work with UNC names -set tlwinbin=%~dp0 - -set PERL5SAVE=%PERL5LIB% - -set PERL5LIB=%tlwinbin%..\..\tlpkg\lib\Perl5_lib-TL_inst -"%tlwinbin%..\..\tlpkg\bin\perl" "%~dpn0" %1 %2 %3 %4 %5 %6 %7 %8 %9 -pause Done - -rem cleanup in case of start from command-line - -set PERL5LIB=%PERL5SAVE% -set PERL5SAVE= -set tlwinbin= -- cgit v1.2.3