From 97fa16f65f0faac91f40ae41edd2fefce09cdf11 Mon Sep 17 00:00:00 2001 From: ming Date: Mon, 24 Nov 2025 15:07:12 +0800 Subject: [PATCH] Update Makefile --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index d491869..03c34ab 100644 --- a/Makefile +++ b/Makefile @@ -310,7 +310,6 @@ trackchange: # Fix links in www directory fix_links: @find ./www -type f \( -name "*.html" -o -name "robots.txt" -o -name "sitemap.xml" \) -exec sed -i.bak \ - -e "s/src\/branch\/$(branchname)\/blob/src\/branch/g" \ # fix git source for gitea -e "s/{{< var branch >}}/$(branchname)/g" \ -e "s/{{< var branch >}}/$(branchname)/g" \ -e "s/{{< var pubtype >}}/$(pubtype)/g" \