diff options
| author | 2013-04-14 01:03:11 +0200 | |
|---|---|---|
| committer | 2013-04-14 01:03:11 +0200 | |
| commit | d8aa1d0ed1cc726ea3d7cd6a39e0f57379d2142d (patch) | |
| tree | 969fbf2d6ae4172240b41b59fc63f5c068fb5e21 /.conkerorrc | |
| 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 '.conkerorrc')
| -rw-r--r-- | .conkerorrc/Makefile | 2 | ||||
| -rw-r--r-- | .conkerorrc/styles/Makefile | 2 | ||||
| -rw-r--r-- | .conkerorrc/themes/Makefile | 2 | ||||
| -rw-r--r-- | .conkerorrc/themes/naquadah/Makefile | 2 | ||||
| -rw-r--r-- | .conkerorrc/themes/yoshi/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/.conkerorrc/Makefile b/.conkerorrc/Makefile index 8161f39..be7ee27 100644 --- a/.conkerorrc/Makefile +++ b/.conkerorrc/Makefile @@ -1,4 +1,4 @@ -DESTDIR:=$(DESTDIR)/.conkerorrc +SUBDIR=.conkerorrc modules=themes styles objects=gtk2rc init.js ext_restore.js diff --git a/.conkerorrc/styles/Makefile b/.conkerorrc/styles/Makefile index c75377b..14ecaaa 100644 --- a/.conkerorrc/styles/Makefile +++ b/.conkerorrc/styles/Makefile @@ -1,4 +1,4 @@ -DESTDIR:=$(DESTDIR)/styles +SUBDIR=styles objects=github.css help.css git-scm.css include ../../dotfiles.mk diff --git a/.conkerorrc/themes/Makefile b/.conkerorrc/themes/Makefile index adb917a..6e95dc4 100644 --- a/.conkerorrc/themes/Makefile +++ b/.conkerorrc/themes/Makefile @@ -1,4 +1,4 @@ -DESTDIR:=$(DESTDIR)/themes +SUBDIR=themes modules=naquadah yoshi include ../../dotfiles.mk diff --git a/.conkerorrc/themes/naquadah/Makefile b/.conkerorrc/themes/naquadah/Makefile index 0512339..6a1634a 100644 --- a/.conkerorrc/themes/naquadah/Makefile +++ b/.conkerorrc/themes/naquadah/Makefile @@ -1,4 +1,4 @@ -DESTDIR:=$(DESTDIR)/naquadah +SUBDIR=naquadah objects=conkeror--scrollbars.css hints--url-panel.css minibuffer.css \ mode-line.css new-tabs.css tab-bar.css theme.json diff --git a/.conkerorrc/themes/yoshi/Makefile b/.conkerorrc/themes/yoshi/Makefile index 158dade..1c5bb94 100644 --- a/.conkerorrc/themes/yoshi/Makefile +++ b/.conkerorrc/themes/yoshi/Makefile @@ -1,4 +1,4 @@ -DESTDIR:=$(DESTDIR)/yoshi +SUBDIR=yoshi objects=conkeror--scrollbars.css hints--url-panel.css minibuffer.css \ mode-line.css new-tabs.css tab-bar.css theme.json |
