From 7f56fce837e15a863168dd4ea12c6b44f95911ef Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Mon, 30 Jan 2023 11:31:56 +0100 Subject: [PATCH] Put md files in EXTRA_DIST. --- Makefile.am | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Makefile.am b/Makefile.am index 948fc342..e08d9322 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,6 @@ -#------------------------------------------------------------------------------ +#----------------------------------------------------------------------------- # -# $Id$ -# -# Copyright (C) 2006-2008 Florian Pose, Ingenieurgemeinschaft IgH +# Copyright (C) 2006-2023 Florian Pose, Ingenieurgemeinschaft IgH # # This file is part of the IgH EtherCAT Master. # @@ -25,7 +23,8 @@ # EtherCAT technology and brand is only permitted in compliance with the # industrial property and similar rights of Beckhoff Automation GmbH. # -#------------------------------------------------------------------------------ +#----------------------------------------------------------------------------- + include $(top_srcdir)/Makefile.kbuild ACLOCAL_AMFLAGS = -I m4 @@ -59,13 +58,15 @@ if ENABLE_TTY SUBDIRS += tty endif - noinst_HEADERS = \ globals.h EXTRA_DIST = \ - FEATURES \ + CodingStyle.md \ + FEATURES.md \ + INSTALL.md \ README.EoE \ + README.md \ ethercat.spec mydist: @@ -105,4 +106,4 @@ doc: cleandoc: @rm -rf doxygen-output -#------------------------------------------------------------------------------ +#-----------------------------------------------------------------------------