otherwise with my version of make I get an "astyle" script created (!)
git-svn-id: http://svn.osgeo.org/postgis/trunk@16435
b70326c6-7e19-0410-871a-
916f4a2858ee
raster-sql:
$(MAKE) -C raster rtpostgis.sql
-astyle:
+.PHONY: fmt
+fmt:
./astyle.sh
commit:
- $(MAKE) astyle && $(MAKE) clean && $(MAKE) check && svn commit
+ $(MAKE) fmt && $(MAKE) clean && $(MAKE) check && svn commit
authors.git: authors.svn
sed -e 's/:/ = /' authors.svn > authors.git