diff options
author | Karl Berry <karl@freefriends.org> | 2008-04-16 00:49:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-04-16 00:49:36 +0000 |
commit | 74b09c529472ec24454c2bfb95d41795233e7d9a (patch) | |
tree | 0ac085455e6e589f61024808c05988073278b79e /Master/texmf-dist/doc/metapost/epsincl/epsincl.bat | |
parent | a35845a36ac2ee5a72f83f3820bf60c59285f07c (diff) |
metapost package epsincl
git-svn-id: svn://tug.org/texlive/trunk@7437 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/metapost/epsincl/epsincl.bat')
-rwxr-xr-x | Master/texmf-dist/doc/metapost/epsincl/epsincl.bat | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/metapost/epsincl/epsincl.bat b/Master/texmf-dist/doc/metapost/epsincl/epsincl.bat new file mode 100755 index 00000000000..fd56369f7f4 --- /dev/null +++ b/Master/texmf-dist/doc/metapost/epsincl/epsincl.bat @@ -0,0 +1,11 @@ +:: made in BOP s.c., bop@bop.com.pl; public domain software +:: history: 20.08.1999: ver. 0.1, pre-release +:: 05.01.2000: ver. 0.2, first release +@echo off +if "%2"=="" goto USAGE +gawk -f epsincl.awk %1 > %2 +goto DONE +:USAGE +echo USAGE: +echo epsincl inputfile outputfile +:DONE |