@b4n commented on this pull request.
> @@ -15,6 +15,6 @@ dist_pluginhtmldoc_DATA = \
if BUILD_RST
manual.html: manual.rst manual.css html4css1.css
$(AM_V_GEN) $(RST2HTML) -d --strict \
- --stylesheet-path
$(abs_srcdir)/html4css1.css,$(abs_srcdir)/manual.css \
+ --stylesheet-path $(srcdir)/html4css1.css,$(srcdir)/manual.css \
Using `abs_srcdir` was done on purpose, see
de89404b0edec7cc6a9808e94dd2559ebabdbe10.
If somehow this breaks MSYS2, it can be weighted again as it's not 2016
anymore, but you'd have to verify no relevant version of the tool is still
impacted by the issue.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1408#pullrequestreview-2588634883
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1408/review/[email protected]>