]> piware.de Git - talk-cockpit-auth-anywhere.git/commitdiff
Add Makefile target for publishing PDFs
authorMartin Pitt <martin@piware.de>
Sun, 19 Jan 2020 11:02:11 +0000 (12:02 +0100)
committerMartin Pitt <martin@piware.de>
Sun, 19 Jan 2020 11:26:09 +0000 (12:26 +0100)
Makefile

index e97bc2e9609fd5d99115529a4f44caee80a065a1..63c7b939e11f571d5cd5502a3d6061772f2216ed 100644 (file)
--- 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