summaryrefslogtreecommitdiff
path: root/http/Makefile
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-22 17:33:52 +0100
committerJoe Carstairs <me@joeac.net>2026-06-22 17:33:52 +0100
commit8ec5e261d4595be479406281c27da654f77e6630 (patch)
tree8c5784632ad8f15b5d32faf9db372be3c0e90605 /http/Makefile
parent815c820e6a4dd666d1a3e6d9a53093037bb3d309 (diff)
http/Makefile: can cp pp.1 manpage to share
Diffstat (limited to 'http/Makefile')
-rw-r--r--http/Makefile3
1 files changed, 3 insertions, 0 deletions
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)