]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
SCRIPTS: make publish-release also copy the new SPOE doc
authorWilly Tarreau <w@1wt.eu>
Wed, 9 Nov 2016 22:21:47 +0000 (23:21 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 9 Nov 2016 22:21:47 +0000 (23:21 +0100)
It may be useful for developers who want to experiment with the protocol.

scripts/publish-release

index 8d99ace69510d83e9133ee41a34570aeae1efbaa..d8f76614f0d6b71de296a8e60ed8e5cbf62a5aa6 100755 (executable)
@@ -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/ :"