updated release to publish latest manual
This commit is contained in:
parent
1feaae4536
commit
27e7fe6aff
|
@ -59,9 +59,10 @@ else
|
||||||
echo No VERSION therefore no symlink needed
|
echo No VERSION therefore no symlink needed
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# copy RELEASE notes
|
# copy release notes and scsh manual
|
||||||
echo Copying RELEASE notes
|
echo Copying release notes and scsh manual
|
||||||
cp scsh${VERSION}/RELEASE ${FTPDIR}
|
cp scsh${VERSION}/RELEASE ${FTPDIR}
|
||||||
|
cp scsh${VERSION}/doc/scsh-manual.ps ${FTPDIR}
|
||||||
|
|
||||||
# clean up
|
# clean up
|
||||||
echo Removing tree
|
echo Removing tree
|
||||||
|
|
Loading…
Reference in New Issue