Remove some files I haven't used in a while
Also set .xsession to install with mode 744, since it needs to be executable.
This commit is contained in:
parent
d4c6742dc6
commit
2f9e38cab2
1 changed files with 6 additions and 6 deletions
12
Makefile
12
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
|
||||
|
|
Loading…
Reference in a new issue