Documentation: Added skeleton ReleaseNotes-dev

This commit is contained in:
Henry
2010-10-06 12:05:25 +01:00
parent b67acb489c
commit d3f0b7a06b
18 changed files with 90 additions and 4520 deletions

View File

@ -76,6 +76,11 @@ cleanCase()
sets/streamLines \
> /dev/null 2>&1
if [ -e constant/polyMesh/blockMeshDict.m4 ]
then
rm -f constant/polyMesh/blockMeshDict > /dev/null 2>&1
fi
for f in `find . -name "*Dict"`
do
sed -e /arguments/d $f > temp.$$