commit:     c7f903b2f2dcb24a7488750bcc64a5eb2c26133c
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  6 00:18:55 2023 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Mar  6 00:20:22 2023 +0000
URL:        
https://gitweb.gentoo.org/proj/gentoo-ecosystem.git/commit/?id=c7f903b2

Add upload target

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile b/Makefile
index f148c80..6e3c5dc 100644
--- a/Makefile
+++ b/Makefile
@@ -11,3 +11,6 @@ gentoo.pdf: gentoo.svg
 
 gentoo.png: gentoo.pdf
        convert -geometry 2000 -density 200 gentoo.pdf gentoo.png
+
+upload: gentoo.pdf
+       scp gentoo.pdf dev.gentoo.org:public_html/ecosystem.pdf

Reply via email to