documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Fix sed Command Compatibility Issue in add-lang-to-versions-template-% Target on macOS

Open alperozturk96 opened this issue 7 months ago • 0 comments

In the add-lang-to-versions-template-% Makefile target, the following error is produced on macOS.

sed: 1: "./_templates/versions.html": invalid command code .
make[2]: *** [add-lang-to-versions-template-af] Error 1
make[1]: *** [html] Error 2
make: *** [user-manual-html] Error 2

alperozturk96 avatar Jun 05 '25 05:06 alperozturk96