Skip to content

Commit 693d497

Browse files
committed
Enable language page categories
1 parent 66b4065 commit 693d497

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ COLON_Z := :Z
77
SELINUX_OPT := $(shell [ $(DOCKER_SELINUX_LABEL) -eq 1 ] && echo "$(COLON_Z)" || echo '' )
88
# dependencies for a new doc/Language build:
99
LANG_POD6_SOURCE := $(wildcard doc/Language/*.pod6)
10-
# set to True if the language index page is to be managed
11-
USE_CATEGORIES := False
10+
# Managing of the language index page
11+
USE_CATEGORIES := True
1212

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

0 commit comments

Comments
 (0)