From 0892937941d401b1cd4fe041a1fa5eda9287a677 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 9 Jun 2026 18:19:16 +0100 Subject: parameterises postprocess cmd in blog script --- http/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'http/Makefile') diff --git a/http/Makefile b/http/Makefile index eb8e440..3f20d3f 100644 --- a/http/Makefile +++ b/http/Makefile @@ -6,12 +6,12 @@ out: microlog blog $(shell find src -type f) $(shell find share -type f) $(shell microlog: src/microlog src/microlog: $(shell find -L blogs/microlog -type f) bin/blog - ./bin/blog -i microlog -l microlog -t + ./bin/blog -i microlog -l microlog -t -p gmi2upphtml blog: src/blog src/blog: $(shell find -L blogs/blog -type f) bin/blog - ./bin/blog -i blog -l blog + ./bin/blog -i blog -l blog -p gmi2upphtml .PHONY: clean clean: -- cgit v1.2.3