Skip to content

Commit 9b21c4d

Browse files
committed
ignore make latex errors
1 parent 1e2be87 commit 9b21c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ dist-pdf: venv-pdf
256256
mkdir -p dist
257257
rm -rf build/latex
258258
find dist -name 'python-$(DISTVERSION)-docs-pdf*' -exec rm -rf {} \;
259-
$(MAKE) latex PAPER=a4 VENVDIR=$(VENVDIR_PDF)
259+
-$(MAKE) latex PAPER=a4 VENVDIR=$(VENVDIR_PDF)
260260
# remove zip & bz2 dependency on all-pdf,
261261
# as otherwise the full latexmk process is run twice.
262262
# ($$ is needed to escape the $; https://www.gnu.org/software/make/manual/make.html#Basics-of-Variable-References)

0 commit comments

Comments
 (0)