We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b4065 commit 693d497Copy full SHA for 693d497
Makefile
@@ -7,8 +7,8 @@ COLON_Z := :Z
7
SELINUX_OPT := $(shell [ $(DOCKER_SELINUX_LABEL) -eq 1 ] && echo "$(COLON_Z)" || echo '' )
8
# dependencies for a new doc/Language build:
9
LANG_POD6_SOURCE := $(wildcard doc/Language/*.pod6)
10
-# set to True if the language index page is to be managed
11
-USE_CATEGORIES := False
+# Managing of the language index page
+USE_CATEGORIES := True
12
13
.PHONY: html init-highlights html-nohighlight sparse assets webdev-build \
14
bigpage test xtest ctest help run clean-html clean-images \
0 commit comments