From a3e0b55db3bb5e92cc7491cedd38dc4f86d67876 Mon Sep 17 00:00:00 2001 From: Sebastien Morais Date: Thu, 30 Nov 2023 11:28:49 +0100 Subject: [PATCH] DOC: update pdf file name --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 5e72f039b0..183e09d2bc 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -33,7 +33,7 @@ phtml: pdf: @$(SPHINXBUILD) -M latex "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) cd $(BUILDDIR)/latex && latexmk -r latexmkrc -pdf *.tex -interaction=nonstopmode || true - (test -f $(BUILDDIR)/latex/pyaedt.pdf && echo pdf exists) || exit 1 + (test -f $(BUILDDIR)/latex/pyedb.pdf && echo pdf exists) || exit 1 # build docs like the CI build cibuild: