@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 \
That's even more bizarre given they were *absolute* paths… but glad it worked.
We can revisit that in a more specific changest if it's useful, but again it'd
need verifying it doesn't "unfix" something else.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1408#discussion_r1943767427
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1408/review/[email protected]>