Skip to content

Commit

Permalink
Move scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed Oct 31, 2024
1 parent 6345ef0 commit 4b5b94f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ publishpdf:
env FIREDRAKE_MANUAL_RELEASE=`date +%Y-%m` $(MAKE) latexpdf

validate-bibtex:
../scripts/firedrake-preprocess-bibtex --validate source/_static/bibliography.bib
../scripts/firedrake-preprocess-bibtex --validate source/_static/firedrake-apps.bib
../scripts/firedrake-preprocess-bibtex --validate source/_static/references.bib
../firedrake/scripts/firedrake_preprocess_bibtex --validate source/_static/bibliography.bib
../firedrake/scripts/firedrake_preprocess_bibtex --validate source/_static/firedrake-apps.bib
../firedrake/scripts/firedrake_preprocess_bibtex --validate source/_static/references.bib

livehtml:
sphinx-autobuild -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
Expand Down

0 comments on commit 4b5b94f

Please sign in to comment.