Skip to content

Commit 2902d71

Browse files
authored
Update Makefile
Turn on disambiguation
1 parent 0b41594 commit 2902d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SELINUX_OPT := $(shell [ $(DOCKER_SELINUX_LABEL) -eq 1 ] && echo "$(COL
99
LANG_POD6_SOURCE := $(wildcard doc/Language/*.pod6)
1010
# Managing of the language index page
1111
USE_CATEGORIES := True
12-
DISAMBIGUATE := False
12+
DISAMBIGUATE := True
1313

1414
.PHONY: html init-highlights html-nohighlight sparse assets webdev-build \
1515
bigpage test xtest ctest help run clean-html clean-images \

0 commit comments

Comments
 (0)