From 123caa2fc6ef46d3a862678b45077923fd1a2138 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 8 Aug 2022 20:56:38 +0300 Subject: [PATCH] Fix: sitemap depends on `phdru.name-config.xml` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2