X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=Makefile.am;h=d111be207de1bfacd19a36790a14c25cfbf28fa3;hb=4c1fe1313707ac3f16fe0ccfdaa1e7850aa55586;hp=82aed21e4d92502b4dd3990dac8acd13f4e433c6;hpb=db9136b33af18e1294fb2486b99e6d9ba9d51450;p=charm-bypass.git diff --git a/Makefile.am b/Makefile.am index 82aed21..d111be2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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.