diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-09 21:29:10 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-09 21:29:10 +0100 |
| commit | ce1ebb3ad3f705a1a8e3764e6c18f1af12eed795 (patch) | |
| tree | 3164a91894fc279a41fe368ead15d686ce358baf /http/Makefile | |
| parent | 0065d36bc8dab85e639fa35945ef289f68182975 (diff) | |
extracts longlog metadata including updated date
Diffstat (limited to 'http/Makefile')
| -rw-r--r-- | http/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http/Makefile b/http/Makefile index fd865b5..1656817 100644 --- a/http/Makefile +++ b/http/Makefile @@ -11,7 +11,7 @@ src/microlog: $(shell find -L blogs/microlog -type f) bin/blog blog: src/blog src/blog: $(shell find -L blogs/blog -type f) bin/blog - ./bin/blog -i blog -l blog -p 'cut_longlog_meta | gmi2upphtml' + ./bin/blog -i blog -l blog -p 'cut_longlog_meta | gmi2upphtml' -a extract_longlog_meta .PHONY: clean clean: |
