diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |