Skip to content

Commit

Permalink
Merge pull request #1919 from NNPDF/scarlehoff-patch-1
Browse files Browse the repository at this point in the history
point to the right db
  • Loading branch information
scarlehoff authored Jan 24, 2024
2 parents af3306a + 7c42be6 commit e549f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ view: html
$(BROWSER) $(BUILDDIR)/html/index.html

MakeTheoryCSV:
sqlite3 -header -csv ../../nnpdfcpp/data/theory.db "select * from TheoryIndex;" > source/theories.csv
sqlite3 -header -csv ../../validphys2/src/validphys/datafiles/theory.db "select * from TheoryIndex;" > source/theories.csv

0 comments on commit e549f41

Please sign in to comment.