diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-12-13 17:17:25 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-12-13 17:17:25 -0500 |
commit | 4d34ea76dd72cc811cb1e40bc5f91dc74b3e3dc3 (patch) | |
tree | 38ced096661c94646ab7c49a02011dec10f3a54c /dot_fonts/Makefile | |
parent | dzen scripts are executable (diff) |
update font handling
Diffstat (limited to 'dot_fonts/Makefile')
-rw-r--r-- | dot_fonts/Makefile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/dot_fonts/Makefile b/dot_fonts/Makefile deleted file mode 100644 index 8998da7..0000000 --- a/dot_fonts/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -fonts = Brill_Typeface_2.06 \ - InconsolataHellenic.otf \ - ubuntu-font-family-0.80 \ - Courier-Prime \ - Fell \ - SourceCodePro_FontsOnly-1.017 \ - Vollkorn - -all: $(fonts) - -clean: - rm -f $(fonts) - -install: $(fonts) - [ -d ../build/.fonts ] || mkdir -p ../build/.fonts - rsync -av $^ ../build/.fonts/ - -# Requires fontforge -InconsolataHellenic.otf: Inconsolata-Hellenic/Inconsolata-Hellenic.sfd convert.pe - fontforge -script convert.pe $< - mv -f $(<:.sfd=.otf) $@ - -.PHONY: all clean install |