]> gitweb.michael.orlitzky.com - charm-bypass.git/blobdiff - Makefile.am
Makefile.am: pass the output file to sfd2woff.ff
[charm-bypass.git] / 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.