diff --git a/Makefile b/Makefile index 2b6714a..573d22e 100644 --- a/Makefile +++ b/Makefile @@ -307,7 +307,7 @@ trackchange: # Fix links in www directory fix_links: - @find ./www -type f -name "*.html" -exec sed -i.bak \ + @find ./www -type f -name "*.html|robots.txt|sitemap.xml" -exec sed -i.bak \ -e "s/{{< var branch >}}/$(branchname)/g" \ -e "s/{{< var branch >}}/$(branchname)/g" \ -e "s/{{< var pubtype >}}/$(pubtype)/g" \