diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-09 18:19:16 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-09 18:19:16 +0100 |
| commit | 0892937941d401b1cd4fe041a1fa5eda9287a677 (patch) | |
| tree | 61154b4af3f2c292570c1b91f57f40c536726b44 /http/Makefile | |
| parent | b4f9be57d3afbe19970bb268ecb6723cd80e703e (diff) | |
parameterises postprocess cmd in blog script
Diffstat (limited to 'http/Makefile')
| -rw-r--r-- | http/Makefile | 4 |
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: |
