]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
distribute README.md 809/head
authorPavel Raiskup <praiskup@redhat.com>
Tue, 25 Oct 2016 12:30:31 +0000 (14:30 +0200)
committerPavel Raiskup <praiskup@redhat.com>
Tue, 25 Oct 2016 12:30:31 +0000 (14:30 +0200)
This issue happened because 'foreign' automake option is enabled,
and the file README was renamed as README.md (not included
automatically by automake).

Makefile.am

index 5fe2d4947e64425e73bf56e783ab5caa00bde087..74125f806e8aa870904bfb159258ee4ff73c9549 100644 (file)
@@ -33,6 +33,7 @@ AM_CPPFLAGS=$(PLATFORMCPPFLAGS)
 #
 EXTRA_DIST= \
        CMakeLists.txt \
+       README.md \
        build/autogen.sh \
        build/bump-version.sh \
        build/clean.sh \