diff options
author | Karl Berry <karl@freefriends.org> | 2018-06-06 22:25:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-06-06 22:25:01 +0000 |
commit | 67a3b03c3f11c14b811b04447baf2b464e157e98 (patch) | |
tree | f5f8050ce90286fcd75ee2161c1dad78116bf50d /Master/texmf-dist/scripts/texdoc/view.tlu | |
parent | 0654b7aef1ec8948c0a7cc81fbaf9fc707782d44 (diff) |
texdoc 3.0 from CTAN
git-svn-id: svn://tug.org/texlive/trunk@47946 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/texdoc/view.tlu')
-rw-r--r-- | Master/texmf-dist/scripts/texdoc/view.tlu | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/texdoc/view.tlu b/Master/texmf-dist/scripts/texdoc/view.tlu index 9b96e7619d2..15784ff7390 100644 --- a/Master/texmf-dist/scripts/texdoc/view.tlu +++ b/Master/texmf-dist/scripts/texdoc/view.tlu @@ -1,7 +1,7 @@ --- $Id$ -- view.tlu view a document and/or display the list of results in texdoc -- --- Manuel Pégourié-Gonnard, GPLv3+, see texdoclib.tlu for details +-- Manuel Pégourié-Gonnard and the TeX Live team, GPLv3, +-- see texdoclib.tlu for details ----------------------------- view a document ----------------------------- @@ -222,3 +222,5 @@ return { view_file = view_file, deliver_results = deliver_results, } + +-- vim: ft=lua: |