aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-11-12 21:33:04 -0500
committertdro <tdro@noreply.example.com>2022-11-12 21:33:04 -0500
commite8d6280abb4b7cdfc03bec80af6506399e5fdf51 (patch)
tree8dcda04eb178a121e3427efb0d9720b44cafa8d8 /Makefile
parente020e2d96e8e54aa283cec878da13fc783a94534 (diff)
downloadcanory-e8d6280abb4b7cdfc03bec80af6506399e5fdf51.tar.gz
canory-e8d6280abb4b7cdfc03bec80af6506399e5fdf51.tar.bz2
canory-e8d6280abb4b7cdfc03bec80af6506399e5fdf51.zip
Makefile: Quick check xslt
Max version of 1.1 supported by xsltproc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
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