We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e2be87 commit 9b21c4dCopy full SHA for 9b21c4d
Doc/Makefile
@@ -256,7 +256,7 @@ dist-pdf: venv-pdf
256
mkdir -p dist
257
rm -rf build/latex
258
find dist -name 'python-$(DISTVERSION)-docs-pdf*' -exec rm -rf {} \;
259
- $(MAKE) latex PAPER=a4 VENVDIR=$(VENVDIR_PDF)
+ -$(MAKE) latex PAPER=a4 VENVDIR=$(VENVDIR_PDF)
260
# remove zip & bz2 dependency on all-pdf,
261
# as otherwise the full latexmk process is run twice.
262
# ($$ is needed to escape the $; https://www.gnu.org/software/make/manual/make.html#Basics-of-Variable-References)
0 commit comments