]> gitweb.michael.orlitzky.com - charm-bypass.git/commitdiff
Makefile.am: prefix svgclean.xsl with $(srcdir) for out-of-source builds
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 8 Nov 2023 21:10:03 +0000 (16:10 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 8 Nov 2023 21:10:03 +0000 (16:10 -0500)
Makefile.am

index d111be207de1bfacd19a36790a14c25cfbf28fa3..19181aed4c61866a077024a754556c9e4ac4376a 100644 (file)
@@ -58,7 +58,7 @@ favicon.min.svg: favicon.svg
 # Optimize the tableau once using XSL, to catch a few things that
 # "scour" will miss...
 tableau.min.svg: tableau.svg svgclean.xsl
-       @XSLTPROC@ svgclean.xsl $< > $@
+       @XSLTPROC@ $(srcdir)/svgclean.xsl $< > $@
 
 # Optimize the tableau (again) using scour, removing its XML prologue
 # so that it can be included directly into the HTML document.