From cd0bc3bdbbd72fd312e43a692b8ea26a62dda78f Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 7 Jul 2016 18:42:21 +0300 Subject: [PATCH] Make sitemap automatically --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 652b07e..7e58241 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ templates = $(shell find ../htdocs/phdru.name -type f -name \*.tmpl -print) htmls = $(patsubst %.tmpl,%.html,$(templates)) .PHONY: html -html: phd_site.py $(htmls) +html: phd_site.py $(htmls) sitemap .PHONY: news -- 2.39.2