From f9fb0f4bb4bfb3879f6fb872cda8b8b932261b52 Mon Sep 17 00:00:00 2001 From: YASHIRO Taketsugu Date: Thu, 11 Jun 2026 14:12:04 +0900 Subject: [PATCH] Modify sec option to convert only described directly as https text --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8971aa19..383aaff4 100644 --- a/Makefile +++ b/Makefile @@ -58,10 +58,10 @@ verification-manual: migration-report: migration-report-docx migration-report-pdf migration-report-docx: - cd migration && cat esr153.md | sed -E -e 's///g' -e '//!ba;d}' -e 's;(https?://[^ ]+);[\1](\1);g' | pandoc ${PANDOC_OPT_DOCX} -o "../migration-report-esr153-$(DATE).docx" + cd migration && cat esr153.md | sed -E -e 's///g' -e '//!ba;d}' -e 's;(^|[^()])(https?://[^ )\n]+);\1[\2](\2);g' | pandoc ${PANDOC_OPT_DOCX} -o "../migration-report-esr153-$(DATE).docx" migration-report-pdf: - cd migration && cat esr153.md | sed -E -e 's///g' -e '//!ba;d}' -e 's;(https?://[^ ]+);[\1](\1);g' | pandoc ${PANDOC_OPT_PDF} -o "../migration-report-esr153-$(DATE).pdf" + cd migration && cat esr153.md | sed -E -e 's///g' -e '//!ba;d}' -e 's;(^|[^()])(https?://[^ )\n]+);\1[\2](\2);g' | pandoc ${PANDOC_OPT_PDF} -o "../migration-report-esr153-$(DATE).pdf" clean: rm -f config-*.xlsx