Change bk post-commit trigger to pick up anything under Docs/ instead of just Docs/manual.texi

This commit is contained in:
arjen@fred.bitbike.com 2002-05-03 08:57:31 +10:00
parent 0f528bee42
commit db8610b387

View file

@ -59,8 +59,9 @@ EOF
#++
# docs-commit@ mail
# Picks up anything under the Docs subdirectory (relevant for docs team).
#--
bk changes -v -r+ | grep -q Docs/manual.texi
bk changes -v -r+ | grep -q " Docs/"
if [ $? -eq 0 ]
then
echo "Notifying docs list at $DOCS"