From d8aa1d0ed1cc726ea3d7cd6a39e0f57379d2142d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 14 Apr 2013 01:03:11 +0200 Subject: Have the install command uninstall first The new uninstall functionality tries to remove any "orphan" files. Files that were installed during the last install, but will not be installed this time (because of removal, not necessity). --- .config/Makefile | 2 +- .config/awesome/Makefile | 2 +- .config/awesome/themes/Makefile | 2 +- .config/awesome/themes/custom/Makefile | 2 +- .config/clfswm/Makefile | 2 +- .config/cower/Makefile | 2 +- .config/dunst/Makefile | 2 +- .config/fehlstart/Makefile | 2 +- .config/fish/Makefile | 2 +- .config/herbstluftwm/Makefile | 2 +- .config/newsbeuter/Makefile | 2 +- .config/zathura/Makefile | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) (limited to '.config') diff --git a/.config/Makefile b/.config/Makefile index 0d9939f..3407f57 100644 --- a/.config/Makefile +++ b/.config/Makefile @@ -1,4 +1,4 @@ -DESTDIR:=$(DESTDIR)/.config +SUBDIR=.config modules=awesome clfswm cower dunst fehlstart fish herbstluftwm \ newsbeuter zathura diff --git a/.config/awesome/Makefile b/.config/awesome/Makefile index bec3818..071a7ad 100644 --- a/.config/awesome/Makefile +++ b/.config/awesome/Makefile @@ -1,4 +1,4 @@ -DESTDIR:=$(DESTDIR)/awesome +SUBDIR=awesome modules=themes objects=bowl.lua ext.lua infoline.lua keychain.lua oni.lua rc.lua diff --git a/.config/awesome/themes/Makefile b/.config/awesome/themes/Makefile index 85298f3..2c32a7e 100644 --- a/.config/awesome/themes/Makefile +++ b/.config/awesome/themes/Makefile @@ -1,4 +1,4 @@ -DESTDIR:=$(DESTDIR)/themes +SUBDIR=themes modules=custom include ../../../dotfiles.mk diff --git a/.config/awesome/themes/custom/Makefile b/.config/awesome/themes/custom/Makefile index 8cebe3d..c5e3982 100644 --- a/.config/awesome/themes/custom/Makefile +++ b/.config/awesome/themes/custom/Makefile @@ -1,4 +1,4 @@ -DESTDIR:=$(DESTDIR)/custom +SUBDIR=custom objects=theme.lua include ../../../../dotfiles.mk diff --git a/.config/clfswm/Makefile b/.config/clfswm/Makefile index d79241a..974bea3 100644 --- a/.config/clfswm/Makefile +++ b/.config/clfswm/Makefile @@ -1,4 +1,4 @@ -DESTDIR:=$(DESTDIR)/clfswm +SUBDIR=clfswm objects=clfswmrc include ../../dotfiles.mk diff --git a/.config/cower/Makefile b/.config/cower/Makefile index 8828ad3..c7765dc 100644 --- a/.config/cower/Makefile +++ b/.config/cower/Makefile @@ -1,4 +1,4 @@ -DESTDIR:=$(DESTDIR)/cower +SUBDIR=cower objects=config include ../../dotfiles.mk diff --git a/.config/dunst/Makefile b/.config/dunst/Makefile index 4f8a4e5..6076e74 100644 --- a/.config/dunst/Makefile +++ b/.config/dunst/Makefile @@ -1,4 +1,4 @@ -DESTDIR:=$(DESTDIR)/dunst +SUBDIR=dunst objects=dunstrc include ../../dotfiles.mk diff --git a/.config/fehlstart/Makefile b/.config/fehlstart/Makefile index 303a9ca..0c6998d 100644 --- a/.config/fehlstart/Makefile +++ b/.config/fehlstart/Makefile @@ -1,4 +1,4 @@ -DESTDIR:=$(DESTDIR)/fehlstart +SUBDIR=fehlstart objects=fehlstart.rc include ../../dotfiles.mk diff --git a/.config/fish/Makefile b/.config/fish/Makefile index 2b32c1b..cdce7a6 100644 --- a/.config/fish/Makefile +++ b/.config/fish/Makefile @@ -1,4 +1,4 @@ -DESTDIR:=$(DESTDIR)/fish +SUBDIR=fish objects=config.fish include ../../dotfiles.mk diff --git a/.config/herbstluftwm/Makefile b/.config/herbstluftwm/Makefile index 62151ad..e8f232f 100644 --- a/.config/herbstluftwm/Makefile +++ b/.config/herbstluftwm/Makefile @@ -1,4 +1,4 @@ -DESTDIR:=$(DESTDIR)/herbstluftwm +SUBDIR=herbstluftwm objects=autostart panel.sh include ../../dotfiles.mk diff --git a/.config/newsbeuter/Makefile b/.config/newsbeuter/Makefile index fbf22de..df228e9 100644 --- a/.config/newsbeuter/Makefile +++ b/.config/newsbeuter/Makefile @@ -1,4 +1,4 @@ -DESTDIR:=$(DESTDIR)/newsbeuter +SUBDIR=newsbeuter objects=config urls include ../../dotfiles.mk diff --git a/.config/zathura/Makefile b/.config/zathura/Makefile index c6c93c1..b076c74 100644 --- a/.config/zathura/Makefile +++ b/.config/zathura/Makefile @@ -1,4 +1,4 @@ -DESTDIR:=$(DESTDIR)/zathura +SUBDIR=zathura objects=zathurarc include ../../dotfiles.mk -- cgit v1.2.3-54-g00ecf