summaryrefslogtreecommitdiff
path: root/docs/build_toc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docs/build_toc.sh')
-rwxr-xr-xdocs/build_toc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/build_toc.sh b/docs/build_toc.sh
index 9c197cad6..1776686a8 100755
--- a/docs/build_toc.sh
+++ b/docs/build_toc.sh
@@ -99,7 +99,7 @@ if ! mcs -r:System.Core "$temp_dir/temp_program.cs" -out:"$temp_dir/toc-builder.
exit 1
fi
-for dir in "user-guide" "gfx-user-guide"; do
+for dir in "user-guide"; do
if [ -d "$docs_dir/$dir" ]; then
if [ "$check_only" -eq 1 ]; then
# Ensure working directory is clean