From 2f9e38cab2465e8505629e069228ac13a45a5611 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 15 Apr 2013 00:09:09 +0200 Subject: Remove some files I haven't used in a while Also set .xsession to install with mode 744, since it needs to be executable. --- Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 8b7f397..375065d 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,13 @@ export DESTDIR:=$(HOME) -modules=emacs .config .conkerorrc .local .moc .mutt .ncmpcpp \ - .pentadactyl .sawfish .ssh .w3m .weechat .zsh -objects=.bash_profile .beetsconfig .conky_box.lua .conkyrc .gitconfig \ - .guile .hgrc .offlineimap.py .offlineimaprc .screenrc .scwmrc \ - .slrnrc .stumpwmrc .tmux.conf .urlview .xbindkeysrc.scm .Xdefaults \ - .xinitrc .Xmodmap .xsession .zprofile .zshrc .zile +modules=emacs .config .conkerorrc .local .moc .ncmpcpp .sawfish .ssh \ + .w3m .zsh +objects=.bash_profile .beetsconfig .gitconfig .guile .hgrc \ + .offlineimap.py .offlineimaprc .screenrc .stumpwmrc .urlview \ + .Xdefaults .xinitrc .Xmodmap .xsession .zprofile .zshrc .zile export MAKEROOT=y include dotfiles.mk install-.xinitrc: MODE=744 +install-.xsession: MODE=744 -- cgit v1.2.3-54-g00ecf