summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/texdoc/alias.tlu
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-06-06 22:25:01 +0000
committerKarl Berry <karl@freefriends.org>2018-06-06 22:25:01 +0000
commit67a3b03c3f11c14b811b04447baf2b464e157e98 (patch)
treef5f8050ce90286fcd75ee2161c1dad78116bf50d /Master/texmf-dist/scripts/texdoc/alias.tlu
parent0654b7aef1ec8948c0a7cc81fbaf9fc707782d44 (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/alias.tlu')
-rw-r--r--Master/texmf-dist/scripts/texdoc/alias.tlu5
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/texdoc/alias.tlu b/Master/texmf-dist/scripts/texdoc/alias.tlu
index 1ae150b5b1c..44c4fc38385 100644
--- a/Master/texmf-dist/scripts/texdoc/alias.tlu
+++ b/Master/texmf-dist/scripts/texdoc/alias.tlu
@@ -1,6 +1,7 @@
-- alias.tlu: configuration handling for 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
--[[ structure of the alias table
@@ -114,3 +115,5 @@ return {
get_patterns = get_patterns,
aliased_names = aliased_names,
}
+
+-- vim: ft=lua: