From 67e5e480a1efac39f9ce383eee63cb1d5010145d Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 10 Jun 2024 21:12:12 +0200 Subject: [PATCH] Included in GNU xorriso tarball the software needed to produce GNU xorriso from library sources. Fixed rarely used "make dist" of GNU xorriso tarball. --- xorriso/xorriso_makefile_am.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/xorriso/xorriso_makefile_am.txt b/xorriso/xorriso_makefile_am.txt index 08df3776..683fe35d 100644 --- a/xorriso/xorriso_makefile_am.txt +++ b/xorriso/xorriso_makefile_am.txt @@ -338,7 +338,6 @@ info_TEXINFOS = \ # EXTRA_TEXINFOS = xorriso-dd-target/xorriso-dd-target.texi EXTRA_DIST = \ - xorriso.pc.in \ version.h.in \ README \ AUTHORS \ @@ -349,6 +348,12 @@ EXTRA_DIST = \ xorriso/changelog.txt \ xorriso/xorriso_buildstamp_none.h \ xorriso/make_docs.sh \ + xorriso/make_xorriso_standalone.sh \ + xorriso/unite_html_b_line.c \ + xorriso/convert_man_to_html.sh \ + xorriso/man_xorriso_to_html.sh \ + xorriso/man_xorrisofs_to_html.sh \ + xorriso/man_xorrecord_to_html.sh \ $(man_MANS) \ doc/susp_aaip_2_0.txt \ doc/susp_aaip_isofs_names.txt \ @@ -362,6 +367,7 @@ EXTRA_DIST = \ frontend/xorriso_broker.sh \ frontend/grub-mkrescue-sed.sh \ xorriso-dd-target/xorriso-dd-target \ + test/merge_debian_isos \ libisofs/aaip-os-dummy.c \ libisofs/aaip-os-linux.c \ libisofs/aaip-os-freebsd.c \