diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-02-05 16:43:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-05 16:43:35 +0100 |
| commit | 9ae0e5e8a515d4e225a895809de32ed83fc413da (patch) | |
| tree | 50026f7d8596173abf5ba323b0d1d091ce87a1f8 /travis/install.sh | |
| parent | 9e412249e5a7c6eaab1e73a11ca09e2bc7ca5df9 (diff) | |
| download | PROJ-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-x | travis/install.sh | 1 |
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 |
