From 5475a419176f5576811b501cb5143f7463302e7e Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sat, 21 Oct 2023 18:21:06 +0200 Subject: [PATCH] build: cleanup all man pages --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index af65f77..9057308 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ doc/sojuctl.1: doc/sojuctl.1.scd $(SCDOC) doc/sojuctl.1 clean: - $(RM) -f $(commands) doc/soju.1 + $(RM) -f $(commands) $(man_pages) install: mkdir -p $(DESTDIR)$(PREFIX)/$(BINDIR) mkdir -p $(DESTDIR)$(PREFIX)/$(MANDIR)/man1