]> granicus.if.org Git - libevent/commitdiff
Add README.md/Documentation into dist archive
authorAzat Khuzhin <azat@libevent.org>
Tue, 25 Jun 2019 22:20:53 +0000 (01:20 +0300)
committerAzat Khuzhin <azat@libevent.org>
Tue, 25 Jun 2019 22:22:23 +0000 (01:22 +0300)
Fixes: #841
Makefile.am

index e0d2a860879c0a77fd1db8186eb3c2d0911ebc76..c8e3ec2afda6513244dbaa759b90e18210716b82 100644 (file)
@@ -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