aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Smith <[email protected]>2020-03-15 17:56:43 -0400
committerLuke Smith <[email protected]>2020-03-15 17:56:43 -0400
commit6ca93e48923f0a106a1c7d4274b730f7b3ce6a70 (patch)
tree866d3191ccbc399cef9e36c45b85fff5bd466663 /Makefile
parentalways assume to use greatest (even) webcam device (diff)
downloadseiwm-6ca93e48923f0a106a1c7d4274b730f7b3ce6a70.tar.xz
seiwm-6ca93e48923f0a106a1c7d4274b730f7b3ce6a70.zip
larbs documentation built in to dwm
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 459ae9f..302a8cf 100644
--- a/Makefile
+++ b/Makefile
@@ -40,9 +40,13 @@ install: all
mkdir -p ${DESTDIR}${MANPREFIX}/man1
sed "s/VERSION/${VERSION}/g" < dwm.1 > ${DESTDIR}${MANPREFIX}/man1/dwm.1
chmod 644 ${DESTDIR}${MANPREFIX}/man1/dwm.1
+ mkdir -p ${DESTDIR}${PREFIX}/share/dwm
+ cp -f larbs.mom ${DESTDIR}${PREFIX}/share/dwm
+ chmod 644 ${DESTDIR}${PREFIX}/share/dwm/larbs.mom
uninstall:
rm -f ${DESTDIR}${PREFIX}/bin/dwm\
+ ${DESTDIR}${PREFIX}/share/dwm/larbs.mom\
${DESTDIR}${MANPREFIX}/man1/dwm.1
.PHONY: all options clean dist install uninstall