From fad0413b0bccd1ba95391ce7df1b7a12f6599729 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 9 Jun 2024 17:42:07 +0200 Subject: [PATCH] Included in libisoburn tarball the software needed to produce GNU xorriso --- Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile.am b/Makefile.am index 00f13da0..831ade90 100644 --- a/Makefile.am +++ b/Makefile.am @@ -297,7 +297,13 @@ EXTRA_DIST = \ xorriso/changelog.txt \ xorriso/xorriso_buildstamp_none.h \ xorriso/README_gnu_xorriso \ + xorriso/make_xorriso_standalone.sh \ xorriso/make_docs.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 \ releng/README \ releng/auto_cxx \ releng/auto_isocontent \