[Rivet-svn] rivet: 2 new changesets

Rivet Mercurial rivet at projects.hepforge.org
Thu Oct 26 16:45:01 BST 2017


details:   https://rivet.hepforge.org/hg/rivet/rev/e10f0ee78935
branches:  
changeset: 6110:e10f0ee78935
user:      Jon Butterworth <j.butterworth at cern.ch>
date:      Thu Oct 26 17:32:53 2017 +0200
description:
use OUTDIR consistently

details:   https://rivet.hepforge.org/hg/rivet/rev/1af69e8fd00a
branches:  
changeset: 6111:1af69e8fd00a
user:      Jon Butterworth <j.butterworth at cern.ch>
date:      Thu Oct 26 17:37:20 2017 +0200
description:
add analyses directoy to DOCS

diffs (22 lines):

--- a/doc/Makefile.am	Thu Oct 26 17:03:10 2017 +0200
+++ b/doc/Makefile.am	Thu Oct 26 17:37:20 2017 +0200
@@ -12,7 +12,7 @@
 if ENABLE_PDFMANUAL
 
 if ENABLE_PYEXT
-DOCS += analyses.html
+DOCS += analyses.html analyses
 analyses.html: $(top_srcdir)/analyses mk-analysis-html
 	LD_LIBRARY_PATH=$(top_builddir)/src/.libs:$(YAML_CPPLIBPATH):$(FASTJETLIBPATH):$(HEPMCLIBPATH):$(YODALIBPATH):$(LD_LIBRARY_PATH) \
     DYLD_LIBRARY_PATH=$(top_builddir)/src/.libs:$(YAML_CPPLIBPATH):$(FASTJETLIBPATH):$(HEPMCLIBPATH):$(YODALIBPATH):$(DYLD_LIBRARY_PATH) \
--- a/doc/mk-analysis-html	Thu Oct 26 17:03:10 2017 +0200
+++ b/doc/mk-analysis-html	Thu Oct 26 17:37:20 2017 +0200
@@ -181,7 +181,7 @@
 toc = "<h3>Contents</h3>\n"
 toc += "<ul style=\"white-space: nowrap;\">\n"
 for a in all_analyses:
-    toc += "<li><a href='analyses/%s.html'>%s</a> – %s</li>\n" % (a,a, htmlify(summaries[a]))
+    toc += "<li><a href='%s/%s.html'>%s</a> – %s</li>\n" % (OUTDIR,a,a, htmlify(summaries[a]))
 toc += "</ul>\n"
 
 ##body = "\n\n".join(pages)


More information about the Rivet-svn mailing list