mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-22 20:32:12 +00:00
SCRIPTS: make publish-release also copy the new SPOE doc
It may be useful for developers who want to experiment with the protocol.
This commit is contained in:
parent
d5d890be21
commit
6cc2118106
@ -118,7 +118,7 @@ case "$BRANCH" in
|
||||
1.4) DOC=( doc/{haproxy-en,haproxy-fr,configuration}.txt ) ;;
|
||||
1.5) DOC=( doc/{coding-style,configuration,proxy-protocol}.txt ) ;;
|
||||
1.6) DOC=( doc/{coding-style,intro,management,configuration,proxy-protocol,lua}.txt ) ;;
|
||||
*) DOC=( doc/{coding-style,intro,management,configuration,proxy-protocol,lua}.txt ) ;;
|
||||
*) DOC=( doc/{coding-style,intro,management,configuration,proxy-protocol,lua,SPOE}.txt ) ;;
|
||||
esac
|
||||
|
||||
echo "Ready to produce the following files in $TARGET_DIR/ :"
|
||||
|
Loading…
Reference in New Issue
Block a user