From bc20a470131c9f4a1d341ec9627ff2f0cccbdedd Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 3 Jan 2012 11:41:39 -0500 Subject: Track ssh keys and config --- dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dm') diff --git a/dm b/dm index c548bcc..2939a5a 100755 --- a/dm +++ b/dm @@ -50,6 +50,7 @@ GLOBAL_FILES = \ .screenlayout/ \ .screenrc-mail \ .signature \ + .ssh/ \ .urxvt/ \ .vim/ \ .vimperatorrc \ @@ -89,7 +90,7 @@ all: clean build # This target relies on GLOBAL_FILES being before LOCAL_FILES so that the # build/LOCAL_FILES targets overwrite what was copied in GLOBAL_FILES. -BUILD = $(patsubst %,build/%,$(GLOBAL_FILES) $(LOCAL_FILES)) +BUILD = $(patsubst %,build/%,$(GLOBAL_FILES) $(LOCAL_FILES) $(GPG_FILES)) build: $(BUILD) -- cgit v1.2.3