diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2013-06-26 06:02:42 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2013-06-26 06:02:42 +0000 |
| commit | cfe1eb9e32114ac3cf77ab16c3c9f7a441c0acea (patch) | |
| tree | 105a520e30da59ad0b41c7bc94823281c9fd3ad9 | |
| parent | 3cbc9b75a6dfae42bb770cbe1034da6a5bffa8d8 (diff) | |
| download | PROJ-cfe1eb9e32114ac3cf77ab16c3c9f7a441c0acea.tar.gz PROJ-cfe1eb9e32114ac3cf77ab16c3c9f7a441c0acea.zip | |
add CH to pkgdata_DATA (r145)
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2371 4e78687f-474d-0410-85f9-8d5e500ac6b2
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | nad/Makefile.am | 2 | ||||
| -rw-r--r-- | nad/Makefile.in | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,7 @@ 2013-06-25 Frank Warmerdam <warmerdam@pobox.com> + * nad/Makefile.am: add CH to pkgdata_DATA (#145). + * src/PJ_putp3.c: Fix putp3p usage line to remove "no inv" (#167). * src/PJ_aitoff.c: note that aitoff and wintri projections have no diff --git a/nad/Makefile.am b/nad/Makefile.am index 732c91c3..572bda0b 100644 --- a/nad/Makefile.am +++ b/nad/Makefile.am @@ -13,7 +13,7 @@ TESTIGN = ./testIGNF pkgdata_DATA = GL27 nad.lst nad27 nad83 proj_def.dat world epsg esri \ esri.extra other.extra \ - IGNF + CH IGNF EXTRA_DIST = GL27 nad.lst nad27 nad83 pj_out27.dist pj_out83.dist td_out.dist \ proj_def.dat test27 test83 world epsg esri tv_out.dist \ diff --git a/nad/Makefile.in b/nad/Makefile.in index c00d8a93..ccd283f8 100644 --- a/nad/Makefile.in +++ b/nad/Makefile.in @@ -201,7 +201,7 @@ TESTDATUMFILE = ./testdatumfile TESTIGN = ./testIGNF pkgdata_DATA = GL27 nad.lst nad27 nad83 proj_def.dat world epsg esri \ esri.extra other.extra \ - IGNF + CH IGNF EXTRA_DIST = GL27 nad.lst nad27 nad83 pj_out27.dist pj_out83.dist td_out.dist \ proj_def.dat test27 test83 world epsg esri tv_out.dist \ |
