diff options
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 52cfcae..35d8b3f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,4 +42,7 @@ upload-doc: all doc/html/./ anarchy.freedesktop.org:/srv/p11-glue.freedesktop.org/www/doc/p11-kit/./ endif +upload-release: $(DIST_ARCHIVES) + scp $(DIST_ARCHIVES) anarchy.freedesktop.org:/srv/p11-glue.freedesktop.org/www/releases/ + EXTRA_DIST = config.rpath |