summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-12-05 00:37:02 +0100
committerGravatar Tom Willemsen2012-12-05 00:37:02 +0100
commitfad867e43130b11ee9ef85b8b4d560a186823ffa (patch)
treeffbbc70689a34ef99fbb10c238cab8c7364d5c2b
parent255725ebaf0238b16fbdb11e4a5e4188af1c2f52 (diff)
downloaddotfiles-fad867e43130b11ee9ef85b8b4d560a186823ffa.tar.gz
dotfiles-fad867e43130b11ee9ef85b8b4d560a186823ffa.zip
Add some makefiles that were left behind
-rw-r--r--.local/Makefile4
-rw-r--r--.local/share/Makefile4
-rw-r--r--.local/share/applications/Makefile4
-rw-r--r--.weechat/Makefile4
4 files changed, 16 insertions, 0 deletions
diff --git a/.local/Makefile b/.local/Makefile
new file mode 100644
index 0000000..4b1a1cf
--- /dev/null
+++ b/.local/Makefile
@@ -0,0 +1,4 @@
+DESTDIR:=$(DESTDIR)/.local
+modules=share
+
+include ../dotfiles.mk
diff --git a/.local/share/Makefile b/.local/share/Makefile
new file mode 100644
index 0000000..c06880a
--- /dev/null
+++ b/.local/share/Makefile
@@ -0,0 +1,4 @@
+DESTDIR:=$(DESTDIR)/share
+modules=applications
+
+include ../../dotfiles.mk
diff --git a/.local/share/applications/Makefile b/.local/share/applications/Makefile
new file mode 100644
index 0000000..3d2ca22
--- /dev/null
+++ b/.local/share/applications/Makefile
@@ -0,0 +1,4 @@
+DESTDIR:=$(DESTDIR)/applications
+objects=moc.desktop ncmpcpp.desktop poweroff.desktop reboot.desktop
+
+include ../../../dotfiles.mk
diff --git a/.weechat/Makefile b/.weechat/Makefile
new file mode 100644
index 0000000..8a0618a
--- /dev/null
+++ b/.weechat/Makefile
@@ -0,0 +1,4 @@
+DESTDIR:=$(DESTDIR)/.weechat
+objects=alias.conf irc.conf weechat.conf
+
+include ../dotfiles.mk