From 15285f111eae401663a459344e99e4e351ea3207 Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 4 Jan 2024 21:44:56 +0100 Subject: doc: Build twice with LaTeX This is required to build the table of contents and similar parts of the document correctly. --- doc/doc.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/doc.mk b/doc/doc.mk index 0ad8c3a..8c56847 100644 --- a/doc/doc.mk +++ b/doc/doc.mk @@ -8,3 +8,4 @@ doc: $(PDF) $(BUILD_DIR)/%.pdf: %.tex mkdir -p $(dir $@) pdflatex -halt-on-error -output-directory $(DOC_BUILD_DIR) $< + pdflatex -halt-on-error -output-directory $(DOC_BUILD_DIR) $< -- cgit v1.2.3-70-g09d2