From d3c9cbd07ebfcf9a89e94f02b80035455070785b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 8 Jul 2019 17:37:34 +0000 Subject: ctan-o-mat reinstall for windows wrapper git-svn-id: svn://tug.org/texlive/trunk@51578 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/support/ctan-o-mat/ctan-o-mat | 21 +++++++++++++++++++++ .../doc/support/ctan-o-mat/ctan-o-mat.bat | 21 +++++++++++++++++++++ .../doc/support/ctan-o-mat/ctan-o-mat.pdf | Bin 0 -> 29725 bytes 3 files changed, 42 insertions(+) create mode 100755 Master/texmf-dist/doc/support/ctan-o-mat/ctan-o-mat create mode 100755 Master/texmf-dist/doc/support/ctan-o-mat/ctan-o-mat.bat create mode 100644 Master/texmf-dist/doc/support/ctan-o-mat/ctan-o-mat.pdf (limited to 'Master/texmf-dist/doc/support') diff --git a/Master/texmf-dist/doc/support/ctan-o-mat/ctan-o-mat b/Master/texmf-dist/doc/support/ctan-o-mat/ctan-o-mat new file mode 100755 index 00000000000..3041dc07ad3 --- /dev/null +++ b/Master/texmf-dist/doc/support/ctan-o-mat/ctan-o-mat @@ -0,0 +1,21 @@ +#/bin/sh +##----------------------------------------------------------------------------- +## This file is part of ctan-o-mat. +## This program is distributed under BSD-like license. See file LICENSE +## +## (c) 2016-2017 Gerd Neugebauer +## +## Net: gene@gerd-neugebauer.de +## +## This program is free software; you can redistribute it and/or modify +## it under the terms of a 3-clause BSD-like license as stated in the +## file LICENSE contained in this distribution. +## +## You should have received a copy of the LICENSE along with this +## program; if not, see the repository under http://***. +## +##----------------------------------------------------------------------------- + +exec perl "$0.pl" "$@" + +# \ No newline at end of file diff --git a/Master/texmf-dist/doc/support/ctan-o-mat/ctan-o-mat.bat b/Master/texmf-dist/doc/support/ctan-o-mat/ctan-o-mat.bat new file mode 100755 index 00000000000..14aa5ff188b --- /dev/null +++ b/Master/texmf-dist/doc/support/ctan-o-mat/ctan-o-mat.bat @@ -0,0 +1,21 @@ +@echo off +@rem -------------------------------------------------------------------------- +@rem This file is part of ctan-o-mat. +@rem This program is distributed under BSD-like license. See file LICENSE +@rem +@rem (c) 2016-2017 Gerd Neugebauer +@rem +@rem Net: gene@gerd-neugebauer.de +@rem +@rem This program is free software; you can redistribute it and/or modify +@rem it under the terms of a 3-clause BSD-like license as stated in the +@rem file LICENSE contained in this distribution. +@rem +@rem You should have received a copy of the LICENSE along with this +@rem program; if not, see the repository under http://***. +@rem +@rem -------------------------------------------------------------------------- + +"perl ctan-o-mat.pl %*" + +@rem -------------------------------------------------------------------------- diff --git a/Master/texmf-dist/doc/support/ctan-o-mat/ctan-o-mat.pdf b/Master/texmf-dist/doc/support/ctan-o-mat/ctan-o-mat.pdf new file mode 100644 index 00000000000..d7dfbf7d853 Binary files /dev/null and b/Master/texmf-dist/doc/support/ctan-o-mat/ctan-o-mat.pdf differ -- cgit v1.2.3