From fad867e43130b11ee9ef85b8b4d560a186823ffa Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 5 Dec 2012 00:37:02 +0100 Subject: [PATCH] Add some makefiles that were left behind --- .local/Makefile | 4 ++++ .local/share/Makefile | 4 ++++ .local/share/applications/Makefile | 4 ++++ .weechat/Makefile | 4 ++++ 4 files changed, 16 insertions(+) create mode 100644 .local/Makefile create mode 100644 .local/share/Makefile create mode 100644 .local/share/applications/Makefile create mode 100644 .weechat/Makefile 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