images:
make -C html/image_src images
+
+images-clean:
+ make -C html/image_src images-clean
clean:
rm -f html/*.html
make -C html/image_src clean
rm -f postgis-out.xml postgis_aggs_mm.xml
-maintainer-clean: clean
+maintainer-clean: clean images-clean
rm -f postgis_comments.sql raster_comments.sql topology_comments.sql tiger_geocoder_comments.sql
comments: postgis_comments.sql raster_comments.sql topology_comments.sql tiger_geocoder_comments.sql
# Clean target
clean:
- @rm -f $(OBJS)
- @rm -f generator
- @rm -f tmp[0-9].png
+ rm -f $(OBJS)
+ rm -f generator
+ rm -f tmp[0-9].png
+
+images-clean:
+ rm -f $(IMAGES) $(IMAGES_RESIZED)