summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index af5d85e..e126400 100644
--- a/Makefile
+++ b/Makefile
@@ -24,9 +24,9 @@ all: $(pages_html) checkmark.png
%.png: %.svg
$(V_GEN) $(svg2png) $< > $@
-%.xhtml: %.xml %.xsl xsl/*
+%.xhtml: %.xml %.xsl main.xml xsl/*
$(V_XSLT) $(xsltproc) $< > $@
-%.xhtml: %.xml xsl/*
+%.xhtml: %.xml main.xml xsl/*
$(V_XSLT) $(xsltproc) $< > $@
clean: