From 1a035097005fc017147cd0c4bcbb7c2cfbcdaa40 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Fri, 5 Apr 2013 09:20:33 -0400 Subject: Use rsync to install fonts; faster than cp --- .fonts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.fonts') diff --git a/.fonts/Makefile b/.fonts/Makefile index 60390be..75f4b86 100644 --- a/.fonts/Makefile +++ b/.fonts/Makefile @@ -10,7 +10,7 @@ clean: install: $(fonts) [ -d ../build/.fonts ] || mkdir -p ../build/.fonts - cp -fr $^ ../build/.fonts/ + rsync -av $^ ../build/.fonts/ # Requires fontforge InconsolataHellenic.otf: Inconsolata-Hellenic/Inconsolata-Hellenic.sfd convert.pe -- cgit v1.2.3