aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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