diff options
| -rw-r--r-- | Makefile | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -65,6 +65,7 @@ pdf-form-replace-font2: pdf-form-replace-font2.in  .PHONY: release  release:  	mvn release:prepare $(MVNFLAGS) +	git tag --annotate v$(VERSION) --force "$$(git rev-parse v$(VERSION)^{})"  .PHONY: install | 
