From: Martin Pitt Date: Sun, 19 Jan 2020 11:02:11 +0000 (+0100) Subject: Add Makefile target for publishing PDFs X-Git-Url: https://piware.de/gitweb/?p=talk-cockpit-auth-anywhere.git;a=commitdiff_plain;h=4a64ab3b3bf9cd430f3ddb1fc74045c0a1f835f6 Add Makefile target for publishing PDFs --- diff --git a/Makefile b/Makefile index e97bc2e..63c7b93 100644 --- a/Makefile +++ b/Makefile @@ -16,4 +16,7 @@ bots: download: bots bots/image-download rhel-7-8 windows-10 -.PHONY: deps clean +upload: cockpit-auth-anywhere.pdf + scp cockpit-auth-anywhere.pdf cockpit-auth-anywhere-notes.pdf piware.de:www/www/docs/ + +.PHONY: deps clean download upload