[Rivet-svn] rivet: Fix asciidoc out-of-source

Rivet Mercurial rivet at projects.hepforge.org
Mon Oct 2 14:15:01 BST 2017


details:   https://rivet.hepforge.org/hg/rivet/rev/cafa435271dc
branches:  multiweight
changeset: 6064:cafa435271dc
user:      David Grellscheid <david.grellscheid at durham.ac.uk>
date:      Mon Oct 02 14:00:06 2017 +0100
description:
Fix asciidoc out-of-source

diffs (15 lines):

--- a/doc/Makefile.am	Mon Oct 02 13:24:07 2017 +0100
+++ b/doc/Makefile.am	Mon Oct 02 14:00:06 2017 +0100
@@ -66,10 +66,10 @@
 EXTRA_DIST += compare-histos.html make-plots.html
 
 compare-histos.html: compare-histos.txt
-	asciidoc -a toc compare-histos.txt
+	asciidoc -a toc $<
 
 make-plots.html: make-plots.txt
-	asciidoc -a toc make-plots.txt
+	asciidoc -a toc $<
 
 endif
 


More information about the Rivet-svn mailing list