Skip to content

Commit

Permalink
src/doc/Makefile (doc-pdf-other): Depend on doc-pdf-reference, not ..…
Browse files Browse the repository at this point in the history
….html...
  • Loading branch information
Matthias Koeppe committed Nov 3, 2023
1 parent 261fbd9 commit 87e40a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ doc-pdf-reference: doc-inventory-reference
$(MAKE) SAGE_DOCBUILD_OPTS="$(SAGE_DOCBUILD_OPTS) --no-prune-empty-dirs" doc-pdf--reference_top

# other documentation, pdf
doc-pdf-other: doc-html-reference
doc-pdf-other: doc-pdf-reference
$(eval DOCS = $(shell sage --docbuild --all-documents all))
@if [ -z "$(DOCS)" ]; then echo "Error: 'sage --docbuild --all-documents' failed"; exit 1; fi
$(MAKE) SAGE_DOCBUILD_OPTS="$(SAGE_DOCBUILD_OPTS) --no-prune-empty-dirs" $(foreach doc, $(wordlist 2, 100, $(DOCS)), doc-pdf--$(subst /,-,$(doc)))
Expand Down

0 comments on commit 87e40a3

Please sign in to comment.