From e8d6280abb4b7cdfc03bec80af6506399e5fdf51 Mon Sep 17 00:00:00 2001 From: tdro Date: Sat, 12 Nov 2022 21:33:04 -0500 Subject: Makefile: Quick check xslt Max version of 1.1 supported by xsltproc --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5701ff7..f438eb9 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,7 @@ server: test: make test-html + make test-xsl test-html: validatornu \ @@ -33,6 +34,10 @@ test-css: validatornu --css \ assets/css/default.css +test-xsl: + xsltproc \ + public/rss.xsl + icons: rm -rf static/icons mkdir -p static/icons/feather static/icons/tabler -- cgit v1.2.3