diff options
author | Steven Knight <knight@baldmt.com> | 2001-09-16 11:45:15 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2001-09-16 11:45:15 (GMT) |
commit | e2faf9c21bc7712fcdc547b7df0f12a6b2177601 (patch) | |
tree | 2beac5dfaf204a9946dc33c86b33542174a2c3b9 /doc | |
parent | e88681240924e70ec12abaf3664290a69db6dcfd (diff) | |
download | SCons-e2faf9c21bc7712fcdc547b7df0f12a6b2177601.zip SCons-e2faf9c21bc7712fcdc547b7df0f12a6b2177601.tar.gz SCons-e2faf9c21bc7712fcdc547b7df0f12a6b2177601.tar.bz2 |
Dereference symlinks when tarring the documentation.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Conscript | 2 |
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)); |