summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2001-09-16 11:45:15 (GMT)
committerSteven Knight <knight@baldmt.com>2001-09-16 11:45:15 (GMT)
commite2faf9c21bc7712fcdc547b7df0f12a6b2177601 (patch)
tree2beac5dfaf204a9946dc33c86b33542174a2c3b9 /doc
parente88681240924e70ec12abaf3664290a69db6dcfd (diff)
downloadSCons-e2faf9c21bc7712fcdc547b7df0f12a6b2177601.zip
SCons-e2faf9c21bc7712fcdc547b7df0f12a6b2177601.tar.gz
SCons-e2faf9c21bc7712fcdc547b7df0f12a6b2177601.tar.bz2
Dereference symlinks when tarring the documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/Conscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Conscript b/doc/Conscript
index 71bfd89..0ca7999 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));