From 8ec5e261d4595be479406281c27da654f77e6630 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Mon, 22 Jun 2026 17:33:52 +0100 Subject: [PATCH] http/Makefile: can cp pp.1 manpage to share --- http/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/http/Makefile b/http/Makefile index 952d146..9097b05 100644 --- a/http/Makefile +++ b/http/Makefile @@ -77,6 +77,9 @@ all: bin/pp prune $(blogs) public out bin/pp: cd pp && $(MAKE) && cp pp ../bin/pp +share/man/man1/pp.1: + cp pp/pp.1 share/man/man1/pp.1 + .PHONY: out out: $(out_deps)