From 9adbe55164f4792e97b358587489aef356d06c99 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 16 Jun 2026 21:55:33 +0100 Subject: [PATCH] move sitemap.uppxml into src --- http/bin/mkws | 3 --- http/{share => src}/sitemap.uppxml | 0 2 files changed, 3 deletions(-) rename http/{share => src}/sitemap.uppxml (100%) diff --git a/http/bin/mkws b/http/bin/mkws index 91a8172..83e3821 100755 --- a/http/bin/mkws +++ b/http/bin/mkws @@ -78,6 +78,3 @@ $(cat "${layout}") echo "Written ${OUT}/${rel_dir}${name}.${ext}" done - -echo "Making sitemap.xml" -pp "${SHARE}"/sitemap.uppxml "$1" > "${OUT}"/sitemap.xml diff --git a/http/share/sitemap.uppxml b/http/src/sitemap.uppxml similarity index 100% rename from http/share/sitemap.uppxml rename to http/src/sitemap.uppxml