Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 6379910f authored by ulrich_y's avatar ulrich_y
Browse files

Changes to the makefile

parent a80382ca
No related branches found
No related tags found
No related merge requests found
Pipeline #919 passed
group=l-p-scattering
name=muse
figures=e115.pdf
include ../../tools/makefile.conf
group=michel-decay
name=demo-observable
figures=demo.pdf
include ../../tools/makefile.conf
group=michel-decay
name=f-and-g
figures=fplot.pdf gplot.pdf
include ../../tools/makefile.conf
group=michel-decay
name=validation
figures=comparison.pdf
include ../../tools/makefile.conf
group=moller-scattering
name=validation
figures=xicut.pdf kfac
include ../../tools/makefile.conf
group=mu-e-scattering
name=muone
plots=gauge.pdf gauge-aco.pdf nnlo.pdf nnlo-aco.pdf
xs=xi-nlo.pdf xi-nnlo.pdf xs.tex
......
group=radiative-lepton-decay/babar
name=example
figures=meg.pdf ee.pdf
include ../../../tools/makefile.conf
......@@ -39,5 +39,5 @@ check:
if [ -n "$$res" ]; then echo "$$res" ; fi
ci: all
mkdir -p $(SELF_DIR)/../ci/$(name)/
cp $(name).html $(name).ipynb $(figures) $(SELF_DIR)/../ci/$(name)
mkdir -p $(SELF_DIR)/../ci/$(group)/$(name)/
cp $(name).html $(name).ipynb $(figures) $(SELF_DIR)/../ci/$(group)/$(name)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment