Guard .proto file for not getting trailing blanks
authorSandro Santilli <strk@kbt.io>
Wed, 27 Sep 2017 05:46:56 +0000 (05:46 +0000)
committerSandro Santilli <strk@kbt.io>
Wed, 27 Sep 2017 05:46:56 +0000 (05:46 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15845 b70326c6-7e19-0410-871a-916f4a2858ee

GNUmakefile.in

index 878548e5982f1df67d88572dbb1c3a331334a4fc..be777d37df2701d6a609b521d648db4ff0cd010b 100644 (file)
@@ -38,7 +38,7 @@ test: check
 check: all docs-check check-no-trailing-blanks
 
 check-no-trailing-blanks:
-       ! find . -name '*.c' -o -name '*.h' | \
+       ! find . -name '*.c' -o -name '*.h' -o -name '*.proto' | \
                grep -v lwin_wkt_lex.c | \
                grep -v lwin_wkt_parse | \
                grep -v vector_tile.pb-c | \