From: Pavel Raiskup Date: Tue, 25 Oct 2016 12:30:31 +0000 (+0200) Subject: distribute README.md X-Git-Tag: v3.3.0~124^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f52de24723593d268d4cd7ad20ad82aa1517e50;p=thirdparty%2Flibarchive.git distribute README.md This issue happened because 'foreign' automake option is enabled, and the file README was renamed as README.md (not included automatically by automake). --- diff --git a/Makefile.am b/Makefile.am index 5fe2d4947..74125f806 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,6 +33,7 @@ AM_CPPFLAGS=$(PLATFORMCPPFLAGS) # EXTRA_DIST= \ CMakeLists.txt \ + README.md \ build/autogen.sh \ build/bump-version.sh \ build/clean.sh \