http/Makefile: can cp pp.1 manpage to share

This commit is contained in:
2026-06-22 17:33:52 +01:00
parent 815c820e6a
commit 8ec5e261d4
+3
View File
@@ -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)