From cb07b5d5935720821fa06ff980bdd4963decfb68 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 4 Sep 2015 11:18:49 +1200 Subject: Add configuration for Abook --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 838a819d..d2a9b5b8 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ vim \ vim-plugins \ install \ + install-abook \ install-bash \ install-bin \ install-curl \ @@ -62,6 +63,11 @@ install : install-bash \ install-terminfo \ install-vim +install-abook : + install -m 0755 -d -- \ + "$(HOME)"/.abook + install -m 0644 -- abook/abookrc "$(HOME)"/.abook + install-bash : test-bash install -m 0755 -d -- \ "$(HOME)"/.config \ -- cgit v1.2.3