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