commit 52046210b91a53365ef29fa8fce742256b6bc8eb parent cb75cb98ec51562a7675c1b84e9462a5fa158e25 Author: erai <erai@omiltem.net> Date: Wed, 17 Apr 2024 21:45:12 -0400 siatemap Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -31,7 +31,7 @@ build/%.html: %.html render.sh css/style.css build/sitemap.txt: $(SOURCES) @mkdir -p $(dir $@) - @printf 'https://omiltem.net/%s\n' $^ | grep '\.html$$' > $@ + @printf 'https://omiltem.net/%s\n' $^ | grep '\.html$$' | sed -e 's/\/index.html$$/\//' > $@ @echo 'map > sitemap.txt' build/%: %