From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-617527-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BFC491381F3 for <garchives@archives.gentoo.org>; Fri, 9 Aug 2013 19:06:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C04B8E0DFE; Fri, 9 Aug 2013 19:06:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 62E93E0DFE for <gentoo-commits@lists.gentoo.org>; Fri, 9 Aug 2013 19:06:15 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6650833EC07 for <gentoo-commits@lists.gentoo.org>; Fri, 9 Aug 2013 19:06:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D5CA6E468F for <gentoo-commits@lists.gentoo.org>; Fri, 9 Aug 2013 19:06:12 +0000 (UTC) From: "Ulrich Mueller" <ulm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Mueller" <ulm@gentoo.org> Message-ID: <1376075139.2ceb5dfc5e374a523accb2e6a7237d1c67ddb911.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: 2ceb5dfc5e374a523accb2e6a7237d1c67ddb911 X-VCS-Branch: master Date: Fri, 9 Aug 2013 19:06:12 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f0f0a4f5-7763-4828-bbe1-38a2a60b2eaf X-Archives-Hash: 5df98355063e6b3d2b3a19e409fecb99 commit: 2ceb5dfc5e374a523accb2e6a7237d1c67ddb911 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Fri Aug 9 19:05:39 2013 +0000 Commit: Ulrich Mueller <ulm <AT> gentoo <DOT> org> CommitDate: Fri Aug 9 19:05:39 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=2ceb5dfc Makefile: update upload target. --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 00c2e4d..f3deb94 100644 --- a/Makefile +++ b/Makefile @@ -53,8 +53,9 @@ pms.dvi: $(SOURCEFILES) pms.bbl latex pms latex pms -upload: pms.pdf - scp pms.pdf dev.gentoo.org:public_html +upload: + scp pms.pdf eapi-cheatsheet.pdf pms*.html pms.css \ + dev.gentoo.org:public_html/pms/head/ .default: all