From fcd9f2b5bfaaf00b0128310064f3da524d12a4b9 Mon Sep 17 00:00:00 2001 From: isaacs Date: Wed, 25 Aug 2010 19:38:08 -0700 Subject: Document "gzip" config --- doc/config.md | 6 ++++++ man/config.1 | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/doc/config.md b/doc/config.md index c2649e257..e143dc6e9 100644 --- a/doc/config.md +++ b/doc/config.md @@ -193,3 +193,9 @@ Note that devDependencies are *always* installed when linking a package. Default: env.TAR or "tar" The name of a GNU-compatible tar program on your system. + +### gzip + +Default: env.GZIP or "gzip" + +The name of a GNU-compatible gzip program on your system. diff --git a/man/config.1 b/man/config.1 index 5289b83a6..ce08dddf2 100644 --- a/man/config.1 +++ b/man/config.1 @@ -247,3 +247,9 @@ Default: env\.TAR or "tar" . .P The name of a GNU\-compatible tar program on your system\. +. +.SS "gzip" +Default: env\.GZIP or "gzip" +. +.P +The name of a GNU\-compatible gzip program on your system\. -- cgit v1.2.3