Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Mon, 04 May 2015 22:33:46 UTC Commit: 9a85dd8530c3f25469917d53477e816ea43c69d1 https://github.com/geany/geany-plugins/commit/9a85dd8530c3f25469917d53477e81...
Log Message: ----------- geanygendoc: Fix rule generating HTML documentation
Fix VPATH builds and improve portability around Make implementations
Modified Paths: -------------- geanygendoc/docs/Makefile.am
Modified: geanygendoc/docs/Makefile.am 4 lines changed, 3 insertions(+), 1 deletions(-) =================================================================== @@ -14,5 +14,7 @@ dist_pluginhtmldoc_DATA = \
if BUILD_RST manual.html: manual.rst manual.css html4css1.css - $(AM_V_GEN) $(RST2HTML) -d --strict --stylesheet-path html4css1.css,manual.css $< $@ + $(AM_V_GEN) $(RST2HTML) -d --strict \ + --stylesheet-path $(srcdir)/html4css1.css,$(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