From: Oleg Broytman Date: Mon, 8 Aug 2022 17:56:38 +0000 (+0300) Subject: Fix: sitemap depends on `phdru.name-config.xml` X-Git-Url: https://git.phdru.name/?p=phdru.name%2Fphdru.name.git;a=commitdiff_plain;h=123caa2fc6ef46d3a862678b45077923fd1a2138 Fix: sitemap depends on `phdru.name-config.xml` --- diff --git a/Makefile b/Makefile index a243cd8..5064363 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ SITEMAP = ../htdocs/phdru.name/sitemap.xml .PHONY: sitemap sitemap: $(SITEMAP) -$(SITEMAP): $(allfiles) +$(SITEMAP): $(allfiles) sitemaps/phdru.name-config.xml sitemap_gen.py --config=sitemaps/phdru.name-config.xml