summaryrefslogtreecommitdiff
path: root/http/Makefile
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-09 18:19:16 +0100
committerJoe Carstairs <me@joeac.net>2026-06-09 18:19:16 +0100
commit0892937941d401b1cd4fe041a1fa5eda9287a677 (patch)
tree61154b4af3f2c292570c1b91f57f40c536726b44 /http/Makefile
parentb4f9be57d3afbe19970bb268ecb6723cd80e703e (diff)
parameterises postprocess cmd in blog script
Diffstat (limited to 'http/Makefile')
-rw-r--r--http/Makefile4
1 files changed, 2 insertions, 2 deletions
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: