diff options
| author | Bas Couwenberg <sebastic@xs4all.nl> | 2015-09-06 23:23:35 +0200 |
|---|---|---|
| committer | Bas Couwenberg <sebastic@xs4all.nl> | 2015-09-06 23:23:35 +0200 |
| commit | 62c762b35d0bf9ff39bb0b4db483cece3aad6469 (patch) | |
| tree | 9371d57af85e3446e1ae03b328cbbde071a65838 /nad | |
| parent | 5d2af3a89be0898458e4f0fe272affc36642d304 (diff) | |
| download | PROJ-62c762b35d0bf9ff39bb0b4db483cece3aad6469.tar.gz PROJ-62c762b35d0bf9ff39bb0b4db483cece3aad6469.zip | |
Include proj_def.dat in release tarballs too (#274).
Adding proj_def.dat to pkgdata_DATA in ef4c492 is not sufficient to also
have the file included in the tarballs generated via `make dist-all`.
Diffstat (limited to 'nad')
| -rw-r--r-- | nad/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nad/Makefile.am b/nad/Makefile.am index f60a836c..e4379108 100644 --- a/nad/Makefile.am +++ b/nad/Makefile.am @@ -17,7 +17,7 @@ pkgdata_DATA = GL27 nad.lst proj_def.dat nad27 nad83 world epsg esri \ esri.extra other.extra \ CH IGNF -EXTRA_DIST = GL27 nad.lst nad27 nad83 pj_out27.dist pj_out83.dist td_out.dist \ +EXTRA_DIST = GL27 nad.lst proj_def.dat nad27 nad83 pj_out27.dist pj_out83.dist td_out.dist \ test27 test83 world epsg esri tv_out.dist tf_out.dist \ testflaky testvarious testdatumfile testntv2 ntv2_out.dist \ esri.extra other.extra \ |
