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 261fbd9 commit 87e40a3Copy full SHA for 87e40a3
src/doc/Makefile
@@ -79,7 +79,7 @@ doc-pdf-reference: doc-inventory-reference
79
$(MAKE) SAGE_DOCBUILD_OPTS="$(SAGE_DOCBUILD_OPTS) --no-prune-empty-dirs" doc-pdf--reference_top
80
81
# other documentation, pdf
82
-doc-pdf-other: doc-html-reference
+doc-pdf-other: doc-pdf-reference
83
$(eval DOCS = $(shell sage --docbuild --all-documents all))
84
@if [ -z "$(DOCS)" ]; then echo "Error: 'sage --docbuild --all-documents' failed"; exit 1; fi
85
$(MAKE) SAGE_DOCBUILD_OPTS="$(SAGE_DOCBUILD_OPTS) --no-prune-empty-dirs" $(foreach doc, $(wordlist 2, 100, $(DOCS)), doc-pdf--$(subst /,-,$(doc)))
0 commit comments