From fac7efb7cf27425fe58dda2f3dbbb1868a647548 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Mon, 6 Oct 2025 01:38:50 +0800 Subject: feat: add latexonly target to Makefile for building LaTeX from existing sources and update workflow to use it --- docs/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/Makefile') diff --git a/docs/Makefile b/docs/Makefile index 59b5b2c..40a00ea 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,3 +1,6 @@ +# latexonly: only build latex from already generated sources +latexonly: + $(SPHINXBUILD) -b latex "$(SOURCEDIR)" "$(BUILDDIR)/latex" $(SPHINXOPTS) $(O) # Minimal makefile for Sphinx documentation # -- cgit v1.2.3-70-g09d2