From: Oleg Broytman Date: Thu, 7 Jul 2016 15:42:21 +0000 (+0300) Subject: Make sitemap automatically X-Git-Url: https://git.phdru.name/?p=phdru.name%2Fphdru.name.git;a=commitdiff_plain;h=cd0bc3bdbbd72fd312e43a692b8ea26a62dda78f Make sitemap automatically --- 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