diff options
Diffstat (limited to 'fonts/Makefile')
-rw-r--r-- | fonts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/Makefile b/fonts/Makefile index 13e1c08..f3b3579 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -13,7 +13,8 @@ clean: install: $(fonts) [ -d ~/.fonts ] || mkdir -p ~/.fonts - rsync -av $^ .fonts/ + rsync -av $^ ~/.fonts + fc-cache ~/.fonts # Requires fontforge InconsolataHellenic.otf: Inconsolata-Hellenic/Inconsolata-Hellenic.sfd convert.pe |