Skip to content

Commit 87e40a3

Browse files
author
Matthias Koeppe
committed
src/doc/Makefile (doc-pdf-other): Depend on doc-pdf-reference, not ...html...
1 parent 261fbd9 commit 87e40a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ doc-pdf-reference: doc-inventory-reference
7979
$(MAKE) SAGE_DOCBUILD_OPTS="$(SAGE_DOCBUILD_OPTS) --no-prune-empty-dirs" doc-pdf--reference_top
8080

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

0 commit comments

Comments
 (0)