Put md files in EXTRA_DIST.

This commit is contained in:
Florian Pose 2023-01-30 11:31:56 +01:00
parent b7d4134baa
commit 7f56fce837
1 changed files with 9 additions and 8 deletions

View File

@ -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
#------------------------------------------------------------------------------
#-----------------------------------------------------------------------------