summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)