From d6f02690f77856e93730f1832a3156d887fb93d0 Mon Sep 17 00:00:00 2001 From: Nikita Ivanov Date: Sun, 23 Jul 2023 05:37:05 +0200 Subject: Add man page --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bea7da7..52d2f2d 100644 --- a/Makefile +++ b/Makefile @@ -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) -- cgit v1.2.3