From 6cc2118106f21441db6cfb7faa49715f9612c144 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Wed, 9 Nov 2016 23:21:47 +0100 Subject: [PATCH] SCRIPTS: make publish-release also copy the new SPOE doc It may be useful for developers who want to experiment with the protocol. --- scripts/publish-release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish-release b/scripts/publish-release index 8d99ace695..d8f76614f0 100755 --- a/scripts/publish-release +++ b/scripts/publish-release @@ -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/ :"