Added cleanup of versioned jars

git-svn-id: http://svn.osgeo.org/postgis/trunk@1534 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Sandro Santilli 2005-03-14 11:31:45 +00:00
parent fbd5640eb8
commit be95153d50

View file

@ -239,7 +239,9 @@ alltests: onlinetests test
clean:
$(DELETE) $(BUILD) bin stubbin postgis.jar postgis_debug.jar \
compile stubcompile jtscompile $(JTSBUILD) postgis_jts.jar \
versionstamp
versionstamp \
postgis_$(VERSION).jar \
postgis_debug_$(VERSION).jar
# Install - this needs the successfull inclusion of PostgreSQL top
# level Makefile (which is mandatory for the C part of PostGIS as well).