diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 3cfb162..22e6d4d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,3 +45,8 @@ EXTRA_DIST = \ pre-inst-env.in dist_bin_SCRIPTS = scripts/srt2vtt + +publish: distcheck + gpg --sign --detach-sign --armor --yes srt2vtt-$(VERSION).tar.gz && \ + scp srt2vtt-$(VERSION).tar.gz srt2vtt-$(VERSION).tar.gz.asc \ + publish@dthompson.us:/var/www/files/srt2vtt/ |