From fa761d69b127efcd1ab768d51768df64f02879a7 Mon Sep 17 00:00:00 2001 From: Bborie Park Date: Tue, 13 Dec 2011 05:23:52 +0000 Subject: [PATCH] Text format cleanup in loader/raster2pgsql.c. Fixed missing target in scripts/Makefile.in git-svn-id: http://svn.osgeo.org/postgis/trunk@8375 b70326c6-7e19-0410-871a-916f4a2858ee --- raster/loader/raster2pgsql.c | 2 +- raster/scripts/Makefile.in | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/raster/loader/raster2pgsql.c b/raster/loader/raster2pgsql.c index 2b5a69e74..6f8b74b77 100644 --- a/raster/loader/raster2pgsql.c +++ b/raster/loader/raster2pgsql.c @@ -327,7 +327,7 @@ usage() { " the -I flag is used.\n" )); printf(_( - " -N Nodata value to use on bands without a nodata value.\n" + " -N NODATA value to use on bands without a NODATA value.\n" )); printf(_( " -E Control endianness of generated binary output of\n" diff --git a/raster/scripts/Makefile.in b/raster/scripts/Makefile.in index 66f373528..bbb8e174d 100644 --- a/raster/scripts/Makefile.in +++ b/raster/scripts/Makefile.in @@ -20,6 +20,10 @@ plpgsql: python: $(MAKE) -C python +install: +# $(MAKE) -C plpgsql + $(MAKE) -C python + clean: # $(MAKE) -C plpgsql $@ $(MAKE) -C python $@ -- 2.40.0