From 8a6065d53dcbc1f0cedd6925681b43c9c5e0b890 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 21 Jan 2024 09:28:01 +0100 Subject: doc: Add license text as appendix The text of each used license is added to the documentation PDF since this might be passed to third parties without the source or build tree. Adding the licenses to the PDF makes sure they are always accessible. --- doc/doc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/doc.mk') diff --git a/doc/doc.mk b/doc/doc.mk index 8994824..79fe754 100644 --- a/doc/doc.mk +++ b/doc/doc.mk @@ -9,7 +9,7 @@ IMAGES := $(DIAGRAMS:%=$(DIAGRAMS_BUILD_DIR)/%.pdf) .PHONY: doc doc: $(DOCUMENTS) -$(DOC_BUILD_DIR)/%.pdf: doc/%.tex $(IMAGES) $(DATE) $(VERSION_FILE) +$(DOC_BUILD_DIR)/%.pdf: doc/%.tex $(IMAGES) $(DATE) $(VERSION_FILE) $(LICENSE) 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