From 489e41256f94dccf4ca3c1ceeb21755d16e2ade7 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Mon, 22 Jun 2026 17:09:15 +0100 Subject: [PATCH] http/Makefile builds pp.1 manpage --- http/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http/Makefile b/http/Makefile index 952d146..c41f281 100644 --- a/http/Makefile +++ b/http/Makefile @@ -74,8 +74,8 @@ endef all: bin/pp prune $(blogs) public out -bin/pp: - cd pp && $(MAKE) && cp pp ../bin/pp +bin/pp share/man/man1/pp.1: + cd pp && $(MAKE) && cp pp ../bin/pp && cp pp.1 ../share/man/man1/pp.1 .PHONY: out out: $(out_deps)