aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Warmerdam <warmerdam@pobox.com>2008-07-21 21:39:44 +0000
committerFrank Warmerdam <warmerdam@pobox.com>2008-07-21 21:39:44 +0000
commitdffc701f23875eee33dc10097a0189ead7563c0e (patch)
tree207f708ff014dc2f409cf9ccb44e2fba87696191
parent6a9a29a9c0a123a949086e5c858641d3663f263d (diff)
downloadPROJ-dffc701f23875eee33dc10097a0189ead7563c0e.tar.gz
PROJ-dffc701f23875eee33dc10097a0189ead7563c0e.zip
INSTALL.TXT back to INSTALL, dang it
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1459 4e78687f-474d-0410-85f9-8d5e500ac6b2
-rw-r--r--ChangeLog5
-rw-r--r--makefile.vc2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7577ca99..323689c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,11 @@
* Prepare 4.6.1 release.
+ * rename INSTALL.TXT to INSTALL since the damn distribution generator
+ won't stand for the alternate naming. Change makefile.vc to use
+ install-all target instead of install. What are the chances anyone
+ will think of trying that? Not high.
+
* nad/epsg: regenerated from EPSG 6.17. This should also correct the
odd precision problems in the last version or two caused by GDAL
numeric processing issues.
diff --git a/makefile.vc b/makefile.vc
index ebede4c6..efc5422f 100644
--- a/makefile.vc
+++ b/makefile.vc
@@ -22,7 +22,7 @@ clean:
$(MAKE) /f makefile.vc clean
cd ..
-install:
+install-all:
cd src
$(MAKE) /f makefile.vc install
cd ..\nad