diff options
author | Martin Mares <mj@ucw.cz> | 2000-06-22 00:11:29 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-06-22 00:11:29 +0200 |
commit | 2084109a3734227f0dcc21f3c8915a983ad9d586 (patch) | |
tree | 323d8c5f8ecaeb5dd3c8300224991a3e87cdeacd /tools/gendist | |
parent | fc12a680b1102ae1b620180417ef8b0272b11bed (diff) | |
download | bird-2084109a3734227f0dcc21f3c8915a983ad9d586.tar bird-2084109a3734227f0dcc21f3c8915a983ad9d586.zip |
Include CVS ChangeLog in the distribution
Diffstat (limited to 'tools/gendist')
-rwxr-xr-x | tools/gendist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gendist b/tools/gendist index cc8067d..eb1d80f 100755 --- a/tools/gendist +++ b/tools/gendist @@ -17,6 +17,7 @@ echo Building $REL rm -rf dist mkdir -p dist/$REL dist/$DREL/doc 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} |