diff options
author | Glen Barber <gjb@FreeBSD.org> | 2020-12-05 02:02:09 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2020-12-05 02:02:09 +0000 |
commit | 31a16cde4ac1a0a4566a33e983070df7577d7506 (patch) | |
tree | 625ecdcdd00b3fe4e300af150d25c882393b53d0 | |
parent | ebe241d93c3cce4ef350e09323a0ffb31c3e69e4 (diff) | |
download | doc-31a16cde4ac1a0a4566a33e983070df7577d7506.tar.gz doc-31a16cde4ac1a0a4566a33e983070df7577d7506.zip |
Remove 'head' from 'subtrees', and uncomment the 'main' addition.
Sponsored by: Rubicon Communications, LLC (netgate.com)
Notes
Notes:
svn path=/head/; revision=54733
-rwxr-xr-x | share/tools/webupdate | 4 |
1 files 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 |