summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2022-05-23 21:51:23 +0000
committerstkhan <personal@slickd.xyz>2022-05-23 21:51:23 +0000
commit2016aeaa085bc37b4c5d01d6bcf12cdfd2235ca1 (patch)
tree283e58c26fd12d07f657585d9022d5dfde48b559 /Makefile
parent398c88c87778df1cd4b0ef1a62efbc8c55b783e8 (diff)
Added man file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index beba218..e0cf7c6 100644
--- a/Makefile
+++ b/Makefile
@@ -45,6 +45,8 @@ install:
make install -C wmname
install scripts/sarc.sh /usr/local/bin
install scripts/fehbg /usr/local/bin
+ mkdir -p $(PREFIX)/share/doc/sarc
+ cp sarc.1 $(MANPREFIX)/man1/
@echo
clean:
make clean -C $(DWM)