The control file should be updated on deployment

This commit is contained in:
Raúl Marín 2019-12-19 16:50:43 +01:00
parent 26ed991550
commit e721830bc7

View File

@ -51,8 +51,7 @@ test: export PGUSER=postgres
test: installcheck test: installcheck
# Release tasks # Release tasks
.PHONY ../../release/$(EXTENSION).control: $(EXTENSION).control
../../release/$(EXTENSION).control: $(EXTENSION).control
cp $< $@ cp $< $@
# Prepare new release from the currently installed development version, # Prepare new release from the currently installed development version,