From 31a16cde4ac1a0a4566a33e983070df7577d7506 Mon Sep 17 00:00:00 2001
From: Glen Barber <gjb@FreeBSD.org>
Date: Sat, 5 Dec 2020 02:02:09 +0000
Subject: [PATCH] Remove 'head' from 'subtrees', and uncomment the 'main'
 addition.

Sponsored by:	Rubicon Communications, LLC (netgate.com)
---
 share/tools/webupdate | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/tools/webupdate b/share/tools/webupdate
index 37e1b2cc24..8c310f4f8b 100755
--- a/share/tools/webupdate
+++ b/share/tools/webupdate
@@ -90,10 +90,10 @@ export NO_OBJ=YES
 # assumes that the directory right below that is the language code.
 # This works fine if all the languages are in a directory called
 # 'doc', and not at all if they aren't.
-subtrees='head src/share/man/man4
+subtrees='src/share/man/man4
 relnotes11/doc relnotes11/man4
 ports';
-#subtrees="${subtrees} main"
+subtrees="${subtrees} main"
 
 #
 # Update the checked out copies.  Check out new copies every Sunday or