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)
|
export DESTDIR:=$(HOME)
|
||||||
modules=emacs .config .conkerorrc .local .moc .mutt .ncmpcpp \
|
modules=emacs .config .conkerorrc .local .moc .ncmpcpp .sawfish .ssh \
|
||||||
.pentadactyl .sawfish .ssh .w3m .weechat .zsh
|
.w3m .zsh
|
||||||
objects=.bash_profile .beetsconfig .conky_box.lua .conkyrc .gitconfig \
|
objects=.bash_profile .beetsconfig .gitconfig .guile .hgrc \
|
||||||
.guile .hgrc .offlineimap.py .offlineimaprc .screenrc .scwmrc \
|
.offlineimap.py .offlineimaprc .screenrc .stumpwmrc .urlview \
|
||||||
.slrnrc .stumpwmrc .tmux.conf .urlview .xbindkeysrc.scm .Xdefaults \
|
.Xdefaults .xinitrc .Xmodmap .xsession .zprofile .zshrc .zile
|
||||||
.xinitrc .Xmodmap .xsession .zprofile .zshrc .zile
|
|
||||||
|
|
||||||
export MAKEROOT=y
|
export MAKEROOT=y
|
||||||
|
|
||||||
include dotfiles.mk
|
include dotfiles.mk
|
||||||
|
|
||||||
install-.xinitrc: MODE=744
|
install-.xinitrc: MODE=744
|
||||||
|
install-.xsession: MODE=744
|
||||||
|
|
Loading…
Reference in a new issue