From 6659d08c41d89e4aa3d5e849c066a91bb09f2dd7 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 21 Sep 2015 07:03:30 +0100 Subject: [PATCH] Create directory on keithp.com when uploading devel version Signed-off-by: Keith Packard --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 1af40358..e4b9664b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,6 +39,7 @@ fat_windows = \ micropeak/MicroPeak-Windows-$(VERSION_DASH).exe keithp-fat: fat + ssh keithp.com mkdir -p public_html/altos-$(VERSION) scp -p $(fat_linux) $(fat_mac) $(fat_windows) keithp.com:public_html/altos-$(VERSION) set-java-versions: -- 2.30.2