We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3eba63 + 6cc5573 commit 5e8ee8cCopy full SHA for 5e8ee8c
scripts/install_bash_completions.cmake.in
@@ -6,7 +6,6 @@ set(PROGRAMS
6
gdaladdo
7
gdalbuildvrt
8
gdal_calc.py
9
- gdalchksum.py
10
gdalcompare.py
11
gdal-config
12
gdal_contour
@@ -15,8 +14,6 @@ set(PROGRAMS
15
14
gdalenhance
16
gdal_fillnodata.py
17
gdal_grid
18
- gdalident.py
19
- gdalimport.py
20
gdallocationinfo
21
gdalmanage
22
gdal_merge.py
@@ -29,15 +26,18 @@ set(PROGRAMS
29
26
gdalsrsinfo
30
27
gdaltindex
31
28
gdaltransform
+ gdal_footprint
32
gdal_translate
33
gdalwarp
34
ogr2ogr
35
ogrinfo
36
ogrlineref
37
ogrmerge.py
38
ogrtindex
+ ogr_layer_algebra.py
39
gdal_viewshed
40
- gdal_create)
+ gdal_create
+ sozip)
41
42
set(INSTALL_DIR "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/@BASH_COMPLETIONS_DIR@")
43
0 commit comments