user-documentation/makefile
Brett Weir f84f138e54 Enable RedHat.OxfordComma Vale style
Assisted-by: Pi:nemotron-3-super
2026-08-16 00:39:50 -07:00

8 lines
117 B
Makefile

VALE ?= ./scripts/vale.sh
.PHONY: all vale
all:
vale:
$(VALE) modules/ROOT/pages modules/ROOT/partials README.md