
* [vbfnlo] Add doc variant to toggle building of docs * [openloops] Add scons to dependencies Make sure that the build_processes does not accidentally pick up a non-suitable scons version from the underlying system * [openloops] Set OLPYTHON to make sure the right scons is picked * [openloops] Fix Flake8 style complaints
14 lines
300 B
Diff
14 lines
300 B
Diff
diff --git a/Makefile.am b/Makefile.am
|
|
index e3cfec3..ebf48f4 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -5,7 +5,7 @@ SUBDIRS = include \
|
|
loops \
|
|
amplitudes \
|
|
phasespace \
|
|
- lib src doc \
|
|
+ lib src \
|
|
regress
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|