summaryrefslogtreecommitdiff
path: root/Build/source/utils/gzip/gzip_6.html
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-06-18 17:59:39 +0000
committerKarl Berry <karl@freefriends.org>2009-06-18 17:59:39 +0000
commit7c08bfdb116dc52e6817eb10481dd3f20a4132f9 (patch)
treebd6770ee3cc652efca53f9925b32f2c672686653 /Build/source/utils/gzip/gzip_6.html
parent105ccc5310edd2930a6a0b687e5629ccb6d4b34c (diff)
remove gzip, it is in w32 sources where it belongs
git-svn-id: svn://tug.org/texlive/trunk@13824 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/gzip/gzip_6.html')
-rw-r--r--Build/source/utils/gzip/gzip_6.html38
1 files changed, 0 insertions, 38 deletions
diff --git a/Build/source/utils/gzip/gzip_6.html b/Build/source/utils/gzip/gzip_6.html
deleted file mode 100644
index f3e92251cd3..00000000000
--- a/Build/source/utils/gzip/gzip_6.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<HTML>
-<HEAD>
-<!-- Created by texi2html 1.56k from gzip.texi on 9 August 2001 -->
-
-<TITLE>Gzip User's Manual - 5. Environment</TITLE>
-</HEAD>
-<BODY>
-Go to the <A HREF="gzip_1.html">first</A>, <A HREF="gzip_5.html">previous</A>, <A HREF="gzip_7.html">next</A>, <A HREF="gzip_9.html">last</A> section, <A HREF="gzip_toc.html">table of contents</A>.
-<P><HR><P>
-
-
-<H1><A NAME="SEC8" HREF="gzip_toc.html#TOC8">5. Environment</A></H1>
-<P>
-<A NAME="IDX6"></A>
-
-
-<P>
-The environment variable <CODE>GZIP</CODE> can hold a set of default options for
-<CODE>gzip</CODE>. These options are interpreted first and can be overwritten by
-explicit command line parameters. For example:
-
-
-
-<PRE>
-for sh: GZIP="-8v --name"; export GZIP
-for csh: setenv GZIP "-8v --name"
-for MSDOS: set GZIP=-8v --name
-</PRE>
-
-<P>
-On Vax/VMS, the name of the environment variable is <CODE>GZIP_OPT</CODE>, to
-avoid a conflict with the symbol set for invocation of the program.
-
-
-<P><HR><P>
-Go to the <A HREF="gzip_1.html">first</A>, <A HREF="gzip_5.html">previous</A>, <A HREF="gzip_7.html">next</A>, <A HREF="gzip_9.html">last</A> section, <A HREF="gzip_toc.html">table of contents</A>.
-</BODY>
-</HTML>