From 73a22dc8fbe6df92e4b241e675e76a35ff06ffcc Mon Sep 17 00:00:00 2001 From: stevenknight Date: Sun, 16 Sep 2001 11:45:15 +0000 Subject: [PATCH] Dereference symlinks when tarring the documentation. git-svn-id: http://scons.tigris.org/svn/scons/trunk@51 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- doc/Conscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Conscript b/doc/Conscript index 71bfd89e..0ca7999e 100644 --- a/doc/Conscript +++ b/doc/Conscript @@ -137,4 +137,4 @@ foreach $doc (keys %doc_dirs) { # $env->Command($doc_tar_gz, @tar_deps, - qq(cd build/doc && tar zcvf ../dist/%>:f @tar_list)); + qq(cd build/doc && tar zchvf ../dist/%>:f @tar_list)); -- 2.26.2