diff options
author | Keith Packard <keithp@keithp.com> | 2015-09-21 07:03:30 +0100 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-10-13 13:54:28 -0700 |
commit | 6659d08c41d89e4aa3d5e849c066a91bb09f2dd7 (patch) | |
tree | 64e5ee2f0a2dad340e3c2df7869ebf70b87b63ef /Makefile.am | |
parent | 926522c6791c2a5529ea24ebd67eea45350e3526 (diff) |
Create directory on keithp.com when uploading devel version
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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: |