From 61f89d0a3d43a835b333e76317d49027e5a4c06e Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Mon, 13 Dec 2021 16:07:35 -0500 Subject: Migrating to chezmoi --- .fonts/Makefile | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .fonts/Makefile (limited to '.fonts/Makefile') diff --git a/.fonts/Makefile b/.fonts/Makefile deleted file mode 100644 index 8998da7..0000000 --- a/.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 -- cgit v1.2.3