From 15dac3ed537b65be8dcc04511e63e8c7517e74f5 Mon Sep 17 00:00:00 2001 From: Manuel Pégourié-Gonnard Date: Tue, 5 Jan 2010 19:31:07 +0000 Subject: New texdoc with easier zip support activation. git-svn-id: svn://tug.org/texlive/trunk@16604 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/scripts/texdoc/constants.tlu | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'Master/texmf/scripts/texdoc/constants.tlu') diff --git a/Master/texmf/scripts/texdoc/constants.tlu b/Master/texmf/scripts/texdoc/constants.tlu index 2cbc99579df..b3c57b7be8c 100644 --- a/Master/texmf/scripts/texdoc/constants.tlu +++ b/Master/texmf/scripts/texdoc/constants.tlu @@ -15,7 +15,7 @@ load_env(L, { -- progname and version fullname = arg[0] progname = 'texdoc' -version = '0.61' +version = '0.62' -- make sure to update setup_config_from_cl() accordingly -- and set a default value in setup_config_from_defaults() if relevant @@ -88,22 +88,6 @@ known_debugs = { place_holder = '%%s' -- used for viewer commands --- zip/gz support --- --- optionally, texdoc can support compressed documentation, but this is --- system-dependant (commands for unzipping, temporary files, etc). --- Since TeX Live doesn't ship compressed documentation, and I'm too lazy to --- make zip support work reliably on all platforms, I don't turn into an --- official option. However, it should work on Unix platforms. --- --- If you enable zip support here, please check the configuration in config.tlu --- (look for support_zipped). The zip command should write the unzipped file to --- STDOUT. Check carefully that everything works as expected, since it got far --- less testing than the rest of texdoc. --- --- See also comments in texdoc.cnf about viewer settings. -support_zipped = false - -- make C a proxy to the local environment assert(next(C) == nil, 'Internal error: table of constants should be empty at this point') -- cgit v1.2.3