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: