From 1bd69b5da7a844d60ecbced314d6a98742ce817a Mon Sep 17 00:00:00 2001 From: teastep Date: Sat, 11 Mar 2006 01:36:01 +0000 Subject: [PATCH] Update makeshorewall for 3.2.0 git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3647 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- tools/build/makeshorewall | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tools/build/makeshorewall b/tools/build/makeshorewall index f728a5dc4..358bb9b9c 100755 --- a/tools/build/makeshorewall +++ b/tools/build/makeshorewall @@ -218,7 +218,13 @@ case $VERSION in XMLPROJ="docs-3.1" SAMPLESTAG="trunk/Samples" ;; - *) + 3.2.*) + SVNBRANCH="trunk/Shorewall" + DOCTAG="trunk/docs" + XMLPROJ="docs-3.1" + SAMPLESTAG="trunk/Samples" + ;; + *) echo "Unsupported Version: $VERSION" exit 2 ;;