From 369f0a0e879017b0656cd42abd95f4ac58720789 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 22 Sep 2021 20:32:39 +0200 Subject: The differences between the contrib subdirectory in the git repository and the contrib subdirectory generated by make dist have grown really big. Please find attached another patch for updating the content of: contrib/Makefile.am contrib/scripts/Makefile.am --- contrib/scripts/Makefile.am | 64 +++++++++++++++++++++++++++++---------------- 1 file changed, 42 insertions(+), 22 deletions(-) (limited to 'contrib/scripts/Makefile.am') diff --git a/contrib/scripts/Makefile.am b/contrib/scripts/Makefile.am index bbb9e6d67..2d4f5584b 100644 --- a/contrib/scripts/Makefile.am +++ b/contrib/scripts/Makefile.am @@ -3,38 +3,58 @@ AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include SUBDIRS = gnunet-logread -noinst_SCRIPTS = \ - terminate.py \ - pydiffer.py \ - removetrailingwhitespace.py \ - gnunet_pyexpect.py \ - gnunet_janitor.py \ - gnunet-chk.py \ - $(awkSCRIPTS) - # FIXME: read into AWK_SCRIPTS autotools builtin. if HAVE_AWK awkSCRIPTS = \ - check-texinfo.awk + check-texinfo.awk else awkSCRIPTS = endif +noinst_SCRIPTS = \ + terminate.py \ + pydiffer.py \ + removetrailingwhitespace.py \ + gnunet_pyexpect.py \ + gnunet_janitor.py \ + gnunet-chk.py \ + $(awkSCRIPTS) + bin_SCRIPTS = \ - gnunet-bugreport \ - gnunet-suidfix + gnunet-bugreport \ + gnunet-suidfix EXTRA_DIST = \ - coverage.sh \ - terminate.py.in \ - gnunet_pyexpect.py.in \ - gnunet_janitor.py.in \ - gnunet-chk.py.in \ - $(SCRIPTS) \ - removetrailingwhitespace.py.in \ - pydiffer.py.in \ - gnunet-suidfix \ - check-texinfo.awk.in + coverage.sh \ + terminate.py.in \ + gnunet_pyexpect.py.in \ + gnunet_janitor.py.in \ + gnunet-chk.py.in \ + removetrailingwhitespace.py.in \ + pydiffer.py.in \ + check-texinfo.awk.in \ + build-install-gnunet-debian10.sh \ + process_log.sh \ + generate-monkey-db.sh \ + find_typedefs.py \ + pydmesg \ + visualize_stats.sh \ + changelog_delta.sh \ + debug \ + build_cscope.sh \ + testbed_cleanup.sh \ + lint/lint-man.sh \ + lint/lint-python.sh \ + revisionary.sh \ + netjail/netjail_core.sh \ + netjail/netjail_setup_internet.sh \ + regression.sh \ + doc/texinfo-hacks.el \ + afferify \ + zonewalk-to-types.sh \ + gdb-iterate-dll.py \ + $(SCRIPTS) + CLEANFILES = \ $(noinst_SCRIPTS) -- cgit v1.2.3