From b13cc3d1abbdc427534c1d92d63472a97f1ffacc Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Sun, 1 Jun 2025 08:09:14 +0200 Subject: [PATCH] doc: add xml protocol 5 and 6 files to EXTRA_DIST --- docs/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Makefile.am b/docs/Makefile.am index 68a3da561..607e51494 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -76,6 +76,8 @@ EXTRA_DIST = \ internals/why-no-libc.txt \ internals/xml-output.txt \ internals/xml-output-protocol4.txt \ + internals/xml-output-protocol5.txt \ + internals/xml-output-protocol6.txt \ lib/line-wrap.xsl \ lib/vg_basic.css \ lib/vg-fo.xsl \ -- 2.47.2