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 1PnS7H-0006mM-KK for garchives@archives.gentoo.org; Thu, 10 Feb 2011 08:43:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F13B1E09CB; Thu, 10 Feb 2011 08:42:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B11D6E09CB for ; Thu, 10 Feb 2011 08:42:59 +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 2AC1F1B416C for ; Thu, 10 Feb 2011 08:42:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 59F808006A for ; Thu, 10 Feb 2011 08:42:58 +0000 (UTC) From: "Ulrich Mueller" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Mueller" Message-ID: 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: fb9fa675a61e3a549437e45b2eff2b883cad5f55 Date: Thu, 10 Feb 2011 08:42:58 +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: ce0bfb55a7667184dc40e7341579b665 commit: fb9fa675a61e3a549437e45b2eff2b883cad5f55 Author: Ulrich Mueller gentoo org> AuthorDate: Thu Feb 3 06:43:51 2011 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Thu Feb 3 06:43:51 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/pms.git;a=3Dc= ommit;h=3Dfb9fa675 New make target for cheat sheet without combined pages. --- Makefile | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index 1904238..00c2e4d 100644 --- a/Makefile +++ b/Makefile @@ -40,6 +40,11 @@ pms.bbl: pms.bib pms.tex vc.tex eapi-cheatsheet.pdf eapi-cheatsheet.pdf: vc.tex pdflatex eapi-cheatsheet =20 +eapi-cheatsheet-nocombine.pdf: vc.tex + @# cheat sheet with separate pages, for proofreading + pdflatex -jobname eapi-cheatsheet-nocombine \ + '\PassOptionsToClass{nocombine}{leaflet}\input{eapi-cheatsheet.tex}' + vc.tex: pms.tex vc-git.awk /bin/sh ./vc =20