From c8e5e28048dd9605f7958ef95f2a6dd626658069 Mon Sep 17 00:00:00 2001 From: ng0 Date: Mon, 2 Dec 2019 15:30:56 +0000 Subject: rewrite sed logic used in Makefiles and move into dosubst awk script. include 'bin' and its files in dist files, this is where dosubst is located. While the invocation (passing of the variables) is not optimal (yet, will be changed), this will in the end allow sharing code between Makefiles better, and maybe drop sed usage in the future. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index f8725390e..62c46cb2b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,9 +3,9 @@ AM_CPPFLAGS = -I$(top_srcdir)/src/include # only documentation (ALL of the documentation) if DOCUMENTATION_ONLY - SUBDIRS = doc + SUBDIRS = bin doc else - SUBDIRS = m4 src po pkgconfig + SUBDIRS = m4 bin src po pkgconfig endif # documentation on / off switch (affects all of the documentation) -- cgit v1.2.3