diff options
author | Martin Mares <mj@ucw.cz> | 2000-06-26 22:02:30 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-06-26 22:02:30 +0200 |
commit | e7894eceded6ea1f757829a8845863c57660c9dd (patch) | |
tree | 60fa9448c6dcdb057703a8a2e6e0a6a2429ff895 /tools/gendist | |
parent | 2084109a3734227f0dcc21f3c8915a983ad9d586 (diff) | |
download | bird-e7894eceded6ea1f757829a8845863c57660c9dd.tar bird-e7894eceded6ea1f757829a8845863c57660c9dd.zip |
Added slides for our presentation, but don't export them to the
distribution tarball -- they are in Czech and therefore of no use
to almost anybody :(
Diffstat (limited to 'tools/gendist')
-rwxr-xr-x | tools/gendist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gendist b/tools/gendist index eb1d80f..53d233f 100755 --- a/tools/gendist +++ b/tools/gendist @@ -20,7 +20,7 @@ cp -a . dist/$REL scp -C atrey:~mj/BIRD/CVSROOT/ChangeLog dist/$REL mv dist/$REL/doc/*.ps dist/$DREL/doc rm -f dist/$REL/bird.conf -rm -rf `find dist/$REL -name CVS -o -name tmp` dist/$REL/{dist,misc,rfc} +rm -rf `find dist/$REL -name CVS -o -name tmp` dist/$REL/{dist,misc,rfc,doc/slides} ( cd dist ; tar czvvf /tmp/$REL.tar.gz $REL ) ( cd dist ; tar czvvf /tmp/$DREL.tar.gz $DREL ) rm -rf dist |