From ae038957d1e8c31cd9f52754977098db74498634 Mon Sep 17 00:00:00 2001 From: ming Date: Mon, 24 Nov 2025 14:33:04 +0800 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 573d22e..bca28dc 100644 --- a/Makefile +++ b/Makefile @@ -307,7 +307,7 @@ trackchange: # Fix links in www directory fix_links: - @find ./www -type f -name "*.html|robots.txt|sitemap.xml" -exec sed -i.bak \ + @find ./www -type f \( -name "*.html" -o -name "robots.txt" -o -name "sitemap.xml" \) -exec sed -i.bak \ -e "s/{{< var branch >}}/$(branchname)/g" \ -e "s/{{< var branch >}}/$(branchname)/g" \ -e "s/{{< var pubtype >}}/$(pubtype)/g" \