From: Tomek Mrugalski Date: Tue, 21 Jul 2020 12:03:22 +0000 (+0200) Subject: [#1143] CoC is now included in the tarball X-Git-Tag: Kea-1.7.10~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a32d3eb7548e52fbe68d829731d2ac4e29a3fad2;p=thirdparty%2Fkea.git [#1143] CoC is now included in the tarball --- diff --git a/Makefile.am b/Makefile.am index bb96f69220..10708e7982 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,7 +53,7 @@ DISTCHECK_CONFIGURE_FLAGS += $(DISTCHECK_CONTRIB_CONFIGURE_FLAG) # keerp the sysrepo config DISTCHECK_CONFIGURE_FLAGS += $(DISTCHECK_SYSREPO_CONFIGURE_FLAG) -dist_doc_DATA = AUTHORS COPYING ChangeLog README CONTRIBUTING.md platforms.rst +dist_doc_DATA = AUTHORS COPYING ChangeLog README CONTRIBUTING.md platforms.rst code_of_conduct.md .PHONY: check-valgrind check-valgrind-suppress