From 97488b2c28473b6be339e4c2325372d2425fe0aa Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Wed, 26 Jun 2019 01:20:53 +0300 Subject: [PATCH] Add README.md/Documentation into dist archive Fixes: #841 --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile.am b/Makefile.am index e0d2a860..c8e3ec2a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -131,6 +131,9 @@ CMAKE_FILES = \ evconfig-private.h.cmake \ CMakeLists.txt +DOCUMENTATION_FILES = \ + Documentation/Building.md + EXTRA_DIST = \ ChangeLog-1.4 \ ChangeLog-2.0 \ @@ -142,7 +145,9 @@ EXTRA_DIST = \ make-event-config.sed \ whatsnew-2.0.txt \ whatsnew-2.1.txt \ + README.md \ $(CMAKE_FILES) \ + $(DOCUMENTATION_FILES) \ $(PLATFORM_DEPENDENT_SRC) LIBEVENT_LIBS_LA = libevent.la libevent_core.la libevent_extra.la -- 2.50.1