Update source dist creation script to remove all .cvsignore and CVS files.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2606 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
2dcf5a683a
commit
cb27aab8a5
@ -36,8 +36,9 @@ autoconf
|
||||
|
||||
echo "Removing CVS directories..."
|
||||
|
||||
rm -rf CVS */CVS */*/CVS
|
||||
rm -rf .cvsignore */.cvsignore */*/.cvsignore
|
||||
find . -name .cvsignore -exec rm -f '{}' \;
|
||||
find . -name CVS -exec rm -rf '{}' \;
|
||||
|
||||
rm -rf OpenGL autom4te* bc5 config forms gl glut images packages themes
|
||||
rm makesrcdist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user