http/Makefile builds pp.1 manpage

This commit is contained in:
2026-06-22 17:09:15 +01:00
parent d3dcf3d741
commit 489e41256f
+2 -2
View File
@@ -74,8 +74,8 @@ endef
all: bin/pp prune $(blogs) public out all: bin/pp prune $(blogs) public out
bin/pp: bin/pp share/man/man1/pp.1:
cd pp && $(MAKE) && cp pp ../bin/pp cd pp && $(MAKE) && cp pp ../bin/pp && cp pp.1 ../share/man/man1/pp.1
.PHONY: out .PHONY: out
out: $(out_deps) out: $(out_deps)