From 0b3d017276f3aeeb3697f994002fa730091ed783 Mon Sep 17 00:00:00 2001 From: Serge Hallyn Date: Fri, 15 Mar 2024 18:50:04 -0500 Subject: [PATCH] man/Makefile.am: ship config.xml Other man/*.xml's import it, so they need it shipped as well. Signed-off-by: Serge Hallyn --- man/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/man/Makefile.am b/man/Makefile.am index cffef699a..83b1d6882 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -198,6 +198,7 @@ login_defs_v = \ EXTRA_DIST = \ $(man_MANS) \ $(man_XMANS) \ + config.xml \ $(addprefix login.defs.d/,$(login_defs_v)) \ man1/id.1 \ id.1.xml \ -- 2.47.3