Tom Willemse
2f9e38cab2
Also set .xsession to install with mode 744, since it needs to be executable.
13 lines
390 B
Makefile
13 lines
390 B
Makefile
export DESTDIR:=$(HOME)
|
|
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
|