Commit 7b8e5eb7 authored by unknown's avatar unknown

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

parent 2d0bb667
...@@ -59,8 +59,9 @@ EOF ...@@ -59,8 +59,9 @@ EOF
#++ #++
# docs-commit@ mail # 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 ] if [ $? -eq 0 ]
then then
echo "Notifying docs list at $DOCS" echo "Notifying docs list at $DOCS"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment