From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PmeO5-0005Gi-He for garchives@archives.gentoo.org; Tue, 08 Feb 2011 03:37:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7647E0B23; Tue, 8 Feb 2011 03:36:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A542CE0B23 for ; Tue, 8 Feb 2011 03:36:55 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D1B21B4083 for ; Tue, 8 Feb 2011 03:36:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 84EF28006E for ; Tue, 8 Feb 2011 03:36:54 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <52140908a6b046af3e28071eb1129e578b6ff6c8.sping@gentoo> Subject: [gentoo-commits] proj/layman:master commit in: / X-VCS-Repository: proj/layman X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 52140908a6b046af3e28071eb1129e578b6ff6c8 Date: Tue, 8 Feb 2011 03:36:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: ff1b708006e2a961bd0d207920a69bdb commit: 52140908a6b046af3e28071eb1129e578b6ff6c8 Author: Sebastian Pipping pipping org> AuthorDate: Tue Feb 8 03:16:32 2011 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Tue Feb 8 03:36:36 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/layman.git;a=3D= commit;h=3D52140908 Makefile: Add target "website" to ease uploading the latest man page to l= ayman.sf.net --- Makefile | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index 5323f92..1b09206 100644 --- a/Makefile +++ b/Makefile @@ -6,3 +6,10 @@ doc: dist: doc rm -rf dist MANIFEST ./setup.py sdist + +.PHONY: website +website: doc + # Upload HTML version of the man page to http://layman.sf.net/ + # Please run this for each release + # https://sourceforge.net/apps/trac/sourceforge/wiki/Project%20web#Conn= ectionSettings + scp doc/docbook-xsl.css doc/layman.8.html dol-sen,layman@web.sourcefo= rge.net:/home/groups/l/la/layman/htdocs/