diff options
| author | 2013-04-14 01:03:11 +0200 | |
|---|---|---|
| committer | 2013-04-14 01:03:11 +0200 | |
| commit | d8aa1d0ed1cc726ea3d7cd6a39e0f57379d2142d (patch) | |
| tree | 969fbf2d6ae4172240b41b59fc63f5c068fb5e21 /.pentadactyl | |
| parent | 9ab70194a65f1d7ab726aaacdb43a58a02a048b6 (diff) | |
| download | dotfiles-d8aa1d0ed1cc726ea3d7cd6a39e0f57379d2142d.tar.gz dotfiles-d8aa1d0ed1cc726ea3d7cd6a39e0f57379d2142d.zip | |
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).
Diffstat (limited to '.pentadactyl')
| -rw-r--r-- | .pentadactyl/Makefile | 2 | ||||
| -rw-r--r-- | .pentadactyl/plugins/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.pentadactyl/Makefile b/.pentadactyl/Makefile index e0640d2..6c3ac5c 100644 --- a/.pentadactyl/Makefile +++ b/.pentadactyl/Makefile @@ -1,4 +1,4 @@ -DESTDIR:=$(DESTDIR)/.pentadactyl +SUBDIR=.pentadactyl modules=plugins include ../dotfiles.mk diff --git a/.pentadactyl/plugins/Makefile b/.pentadactyl/plugins/Makefile index 8ed9478..badaa01 100644 --- a/.pentadactyl/plugins/Makefile +++ b/.pentadactyl/plugins/Makefile @@ -1,4 +1,4 @@ -DESTDIR:=$(DESTDIR)/plugins +SUBDIR=plugins objects=emacs.penta include ../../dotfiles.mk |
