diff options
author | Karl Berry <karl@freefriends.org> | 2013-04-25 17:29:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-04-25 17:29:00 +0000 |
commit | a7acd97d46832ffcc1d0b9261bb23cb1fd2f4bb5 (patch) | |
tree | 261b706afa1cef9ec32047e7fa7be20ed8b18355 | |
parent | a2be39dc5287ba28f044ed532825b695fc0abc25 (diff) |
doc tweaks
git-svn-id: svn://tug.org/texlive/trunk@30101 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/rungs.tlu | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/scripts/texlive/rungs.tlu b/Master/texmf-dist/scripts/texlive/rungs.tlu index 1987af06362..99df0589118 100755 --- a/Master/texmf-dist/scripts/texlive/rungs.tlu +++ b/Master/texmf-dist/scripts/texlive/rungs.tlu @@ -1,12 +1,12 @@ #!/usr/bin/env texlua --*-Lua-*- -- $Id$ +-- rungs - Run Ghostscript (gs on Unix, gswin32c on Windows) +-- (Maintained in TeX Live:Master/texmf-dist/scripts/texlive.) --- Copyright (C) 2008 Reinhard Kotucha. +-- Copyright (C) 2008-2013 Reinhard Kotucha. -- You may freely use, modify and/or distribute this file. --- Run Ghostscript (gs on Unix, gswin32c on Windows) - function fixwin(args_unix) if os.type == 'windows' then local args_win={} -- new table |