summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2024-01-04 21:44:56 +0100
committerxengineering <me@xengineering.eu>2024-01-05 10:07:04 +0100
commit15285f111eae401663a459344e99e4e351ea3207 (patch)
tree7aee3106fcdac21a669437ed56ea34d87f2280ce
parentc2d8261aba307223d3f1edce3a88a4d212395e4a (diff)
downloadsoundbox-15285f111eae401663a459344e99e4e351ea3207.tar
soundbox-15285f111eae401663a459344e99e4e351ea3207.tar.zst
soundbox-15285f111eae401663a459344e99e4e351ea3207.zip
doc: Build twice with LaTeX
This is required to build the table of contents and similar parts of the document correctly.
-rw-r--r--doc/doc.mk1
1 files changed, 1 insertions, 0 deletions
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) $<