]> git.phdru.name Git - phdru.name/phdru.name.git/commitdiff
Make sitemap automatically
authorOleg Broytman <phd@phdru.name>
Thu, 7 Jul 2016 15:42:21 +0000 (18:42 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 7 Jul 2016 15:42:21 +0000 (18:42 +0300)
Makefile

index 652b07ed2fc0b28e150e66cd3817cbe5372a0dac..7e582419ca5f8ba025fe8d592233add7ace32b54 100644 (file)
--- 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
 htmls = $(patsubst %.tmpl,%.html,$(templates))
 
 .PHONY: html
-html: phd_site.py $(htmls)
+html: phd_site.py $(htmls) sitemap
 
 
 .PHONY: news
 
 
 .PHONY: news