From 474e9cff6f95994499879ebbab5ba44201253778 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 20 Oct 2017 22:11:51 -0400 Subject: fix makefile --- Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index df099a9..e3e0ff7 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,6 @@ INSTALL = agignore \ terminfo \ tex \ vim \ - vimfx \ weechat \ zsh INSTALLED = $(patsubst %,$(INTO)/.%,$(INSTALL)) @@ -87,7 +86,7 @@ build : submodules $(BUILD) submodules : @git submodule update --init --recursive -install : build $(INSTALLED) /var/spool/cron/$(USER) $(INTO)/Maildir/.notmuch $(INTO)/.config/fish +install : build $(INSTALLED) /var/spool/cron/$(USER) $(INTO)/Maildir/.notmuch @for dir in $(EMPTYDIRS); do mkdir -p $(INTO)/$$dir; done @chmod 600 msmtprc @chmod 700 gnupg @@ -121,11 +120,6 @@ $(INTO)/Maildir/.notmuch: notmuch @[ ! -e $@ ] || [ -h $@ ] || mv -f $@ $@.bak $(LN) $(PWD)/$< $@ -$(INTO)/.config/fish: fish - mkdir -p $(INTO)/.config - @[ ! -e $@ ] || [ -h $@ ] || mv -f $@ $@.bak - $(LN) $(PWD)/$< $@ - %.spl : % @vim -u NONE -c':mkspell! $< | :q' -- cgit v1.2.3-54-g00ecf