From 4a64ab3b3bf9cd430f3ddb1fc74045c0a1f835f6 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Sun, 19 Jan 2020 12:02:11 +0100 Subject: [PATCH 1/1] Add Makefile target for publishing PDFs --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.2