diff options
author | xengineering <me@xengineering.eu> | 2024-01-04 21:44:56 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-01-05 10:07:04 +0100 |
commit | 15285f111eae401663a459344e99e4e351ea3207 (patch) | |
tree | 7aee3106fcdac21a669437ed56ea34d87f2280ce | |
parent | c2d8261aba307223d3f1edce3a88a4d212395e4a (diff) | |
download | soundbox-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.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) $< |