From 4c00ab4c4592955c3dee15d2b6a5fa7deea73057 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Sun, 15 Oct 2023 19:41:13 +0200 Subject: [PATCH] doc: Install manual to versioned target directory --- doc/manual/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am index c057f44bd..26a1232a8 100644 --- a/doc/manual/Makefile.am +++ b/doc/manual/Makefile.am @@ -50,7 +50,7 @@ manual.pdf: $(manual_SOURCE) VERSION=$(VERSION) $(SPHINXBUILD) -M latexpdf $(srcdir)/source $(builddir)/build mv -f $(builddir)/build/latex/valareferencemanual.pdf $@ -manualdir = $(docdir) +manualdir = $(docdir)@PACKAGE_SUFFIX@ dist_manual_DATA = \ manual.pdf \ $(NULL) -- 2.47.2