aboutsummaryrefslogtreecommitdiff
path: root/travis/install.sh
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-02-05 16:43:35 +0100
committerGitHub <noreply@github.com>2018-02-05 16:43:35 +0100
commit9ae0e5e8a515d4e225a895809de32ed83fc413da (patch)
tree50026f7d8596173abf5ba323b0d1d091ce87a1f8 /travis/install.sh
parent9e412249e5a7c6eaab1e73a11ca09e2bc7ca5df9 (diff)
downloadPROJ-9ae0e5e8a515d4e225a895809de32ed83fc413da.tar.gz
PROJ-9ae0e5e8a515d4e225a895809de32ed83fc413da.zip
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.
Diffstat (limited to 'travis/install.sh')
-rwxr-xr-xtravis/install.sh1
1 files changed, 0 insertions, 1 deletions
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