@giuspen 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 \
Unfortunately without this patch, it won't build on msys2. The error you get is
that manual.css is not found
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1408#discussion_r1941864220
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1408/review/[email protected]>