diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 1a15710..b313d59 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,6 +24,6 @@ dist-local: NOTES = release-notes release: distcheck - cvs diff && \ - cvs tag rel-`echo $(VERSION) | sed -e 's/\./-/g'` && \ - woger sourceforge,freshmeat $(PACKAGE) "$(PACKAGE_NAME)" $(VERSION) "EPOC PDA comms suite" release-notes-$(VERSION) + git diff && \ + git tag rel-`echo $(VERSION) | sed -e 's/\./-/g'` && git push --tag \ + woger sourceforge,freecode $(PACKAGE) "$(PACKAGE_NAME)" $(VERSION) "EPOC PDA comms suite" release-notes-$(VERSION) |