Branch: refs/heads/master Author: Frank Lanitz frank@frank.uvena.de Committer: Frank Lanitz frank@frank.uvena.de Date: Wed, 16 Mar 2016 06:42:08 UTC Commit: b78083bafdea6374dc0cec71dc0451868290545a https://github.com/geany/geany-plugins/commit/b78083bafdea6374dc0cec71dc0451...
Log Message: ----------- Merge pull request #414 from b4n/travis/intermittent-failure
geanygendoc: Work around an rst2html 0.8.1 bug
Modified Paths: -------------- geanygendoc/docs/Makefile.am
Modified: geanygendoc/docs/Makefile.am 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -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 $(srcdir)/html4css1.css,$(srcdir)/manual.css \ + --stylesheet-path $(abs_srcdir)/html4css1.css,$(abs_srcdir)/manual.css \ $(srcdir)/manual.rst $@ endif BUILD_RST
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org