From a89d0e4ae33561667aee540bd45b5985966562be Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Tue, 26 Sep 2023 23:50:41 +0200 Subject: Install man pages --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6d4a294..246efdf 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,7 @@ install: all $(PC_DST)/slweb.pc mkdir -p $(DST) cp $(PROJECT) $(DST) chmod 0755 $(DST)/$(PROJECT) + +cd doc && $(MAKE) PREFIX=$(PREFIX) install clean: rm -f $(OBJECTS) $(DEPS) -- cgit v1.2.3