From 87ede8c2e6af35c63b2e4d68c61c3cb5df7992f1 Mon Sep 17 00:00:00 2001 From: Daniel Sockwell Date: Wed, 26 Aug 2020 02:31:23 -0400 Subject: [PATCH] Make `make update-html` generate syntax highlighting (#3589) This passes the `--highlight` flag to Documentable via the `update-html` target, which is consistent with how the `html` target invokes Documentable. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 179440b6e..a6638d80f 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ html: for-documentable documentable start -a -v --highlight update-html: - documentable update + documentable update --highlight init-highlights highlights/package-lock.json: ATOMDIR="./highlights/atom-language-perl6"; \