]> gitweb.michael.orlitzky.com - charm-bypass.git/commitdiff
Makefile.am: pass the output file to sfd2woff.ff
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 8 Nov 2023 21:06:00 +0000 (16:06 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 8 Nov 2023 21:08:12 +0000 (16:08 -0500)
This is required as of ce8a3cc46218347579ca35e370d1afb20a5a4f48. We
also prefix the path to sfd2woff.ff with $(srcdir) for out-of-source
builds.

Makefile.am

index 82aed21e4d92502b4dd3990dac8acd13f4e433c6..d111be207de1bfacd19a36790a14c25cfbf28fa3 100644 (file)
@@ -69,7 +69,7 @@ tableau.min.min.svg: tableau.min.svg
 
 # Use FontForge to convert the sfd source files to woff2.
 .sfd.woff2:
-       @FONTFORGE@ -script sfd2woff.ff $<
+       @FONTFORGE@ -script $(srcdir)/sfd2woff.ff $< $@
 
 # Base64-encode a woff2 (web open font format 2.0) file. We use this
 # to embed fonts directly into the CSS that requires them.