add dwl(1)
Documentation is good. Man pages are documentation. A program without a man page is worthless.
This commit is contained in:
committed by
Leonardo Hernández Hernández
parent
d8ab893dab
commit
0db6f3c5b5
5
Makefile
5
Makefile
@@ -15,10 +15,11 @@ clean:
|
||||
rm -f dwl *.o *-protocol.h *-protocol.c
|
||||
|
||||
install: dwl
|
||||
install -D dwl $(PREFIX)/bin/dwl
|
||||
install -Dm755 dwl $(PREFIX)/bin/dwl
|
||||
install -Dm644 dwl.1 $(MANDIR)/man1/dwl.1
|
||||
|
||||
uninstall:
|
||||
rm -f $(PREFIX)/bin/dwl
|
||||
rm -f $(PREFIX)/bin/dwl $(MANDIR)/man1/dwl.1
|
||||
|
||||
.PHONY: all clean install uninstall
|
||||
|
||||
|
Reference in New Issue
Block a user