Add man page

This commit is contained in:
Nikita Ivanov
2023-07-23 05:37:05 +02:00
parent 416cbdf29d
commit d6f02690f7
2 changed files with 326 additions and 0 deletions
+2
View File
@@ -1,4 +1,5 @@
BINS = dwlb
MANS = dwlb.1
PREFIX ?= /usr/local
CFLAGS += -Wall -Wextra -Wno-unused-parameter -Wno-format-truncation -g
@@ -13,6 +14,7 @@ clean:
install: all
install -D -t $(PREFIX)/bin $(BINS)
install -D -m0644 -t $(PREFIX)/share/man/man1 $(MANS)
WAYLAND_PROTOCOLS=$(shell pkg-config --variable=pkgdatadir wayland-protocols)
WAYLAND_SCANNER=$(shell pkg-config --variable=wayland_scanner wayland-scanner)