diff options
Diffstat (limited to '')
-rw-r--r-- | fonts/Makefile (renamed from dot_fonts/Makefile) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dot_fonts/Makefile b/fonts/Makefile index 8998da7..13e1c08 100644 --- a/dot_fonts/Makefile +++ b/fonts/Makefile @@ -12,8 +12,8 @@ clean: rm -f $(fonts) install: $(fonts) - [ -d ../build/.fonts ] || mkdir -p ../build/.fonts - rsync -av $^ ../build/.fonts/ + [ -d ~/.fonts ] || mkdir -p ~/.fonts + rsync -av $^ .fonts/ # Requires fontforge InconsolataHellenic.otf: Inconsolata-Hellenic/Inconsolata-Hellenic.sfd convert.pe |