From 9ae0e5e8a515d4e225a895809de32ed83fc413da Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Mon, 5 Feb 2018 16:43:35 +0100 Subject: Make a README from README.md when running 'make dist' (#772) Make a README from README.md when running 'make dist'. README.md is stripped from the CI status images that is displayed on GitHub, but other README is just a copy of README.md. Adjusted travis/install.sh so that 'make dist-all' is not run on the source distribution. --- travis/install.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'travis') diff --git a/travis/install.sh b/travis/install.sh index 8b7a7b90..a12de9c6 100755 --- a/travis/install.sh +++ b/travis/install.sh @@ -38,7 +38,6 @@ cd $TAR_DIRECTORY ./configure --prefix=/tmp/proj_autoconf_install_from_dist_all make -j3 make install -make dist-all PROJ_LIB=$GRIDDIR make check CURRENT_PWD=`pwd` cd /tmp/proj_autoconf_install -- cgit v1.2.3